rotl

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

Meta