JanetDocsPlaygroundI'm feeling luckyGitHub sign in

brshift



    function

    (brshift x & shifts)

    Returns the value of x bit shifted right by the sum of all values 
    in shifts. x and each element in shift must be an integer.


1 exampleSign in to add an example
Loading...
(brshift 32 2)  # => 8
cellularmitosisPlayground