clz

Undocumented in source. Be warned that the author may not have intended to support it.
  1. U clz(U u)
  2. uint clz(U u)
  3. alias clz = __builtin_clz
  4. uint clz(ulong u)
  5. alias clz = __builtin_clzl
  6. U clz(U u)
  7. uint clz(U u)
    version(!DigitalMars && !GNU && LDC)
    pragma(inline, true) @safe @nogc pure nothrow
    static if(isX86)
    uint
    clz
    (
    U
    )
    (
    U u
    )
    if (
    is(Unqual!U == ulong)
    )

Meta