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)
    version(!DigitalMars && !GNU && LDC)
    pragma(inline, true) @safe @nogc pure nothrow
    U
    clz
    (
    U
    )
    (
    U u
    )
    if (
    is(Unqual!U == uint) ||
    is(Unqual!U == size_t)
    )
  7. uint clz(U u)

Meta