JanetDocsSourcePlaygroundI'm feeling luckyCommunityGitHub sign in

blshift

core-api


    function

    (blshift x & shifts)

    Returns the value of x bit shifted left 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...
(blshift 8 2)  # => 32
cellularmitosisPlayground