bsf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int bsf(size_t v)
  2. int bsf(ulong v)
    @safe pure nothrow @nogc pure
    static if(__VERSION__ < 2071)
    static if(size_t.sizeof == uint.sizeof)
    int
    bsf
    (
    ulong v
    )

Meta