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)
    version(!DigitalMars && GNU)
    @safe @nogc pure nothrow
    static if(isX86)
    uint
    clz
    (
    ulong u
    )
  5. alias clz = __builtin_clzl
  6. U clz(U u)
  7. uint clz(U u)

Meta