rotl

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint rotl(uint v, byte s)
  2. ulong rotl(ulong x, byte s)
    pragma(inline, true) pure nothrow @nogc @safe
    ulong
    rotl
    (
    ulong x
    ,
    byte s
    )

Meta