clz

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte clz(U u)
  2. alias clz = __builtin_clz
  3. ubyte clz(ulong u)
  4. ubyte clz(ulong u)
    version(!DigitalMars && GNU && !X86_64)
    @safe @nogc pure nothrow
    ubyte
    clz
    (
    ulong u
    )
  5. ubyte clz(U u)

Meta