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)
  5. ubyte clz(U u)
    version(!DigitalMars && !GNU && LDC)
    @safe @nogc pure nothrow
    ubyte
    clz
    (
    U
    )
    (
    U u
    )
    if (
    is(U == uint) ||
    is(U == ulong)
    )

Meta