Problem: XOR Exponents

Code: XOR+Exponents/tails_1668839533

Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00

Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)


/ (foldr1):int 
    . (map):[int] 
        `/ (chunks of):[[int]] 
            ~ (auto = 2):auto 
            _ (= ints):[int] 
        `/ (special folds):int <--arg( A:[int] ) 
            $ (= A):[int] 
            < (foldop: min by fn):null 
            `^ (bit xor):int <--arg( B:int ) 
                (implicit arg = B):int 
                (implicit arg = B):int 
    (implicit arg = D):int <--arg( D:int C:int ) 

Back to the index