firstSetBit

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias firstSetBit = bsr
  2. int firstSetBit(int i)
    version(X86_64 && !DigitalMars && LDC)
    int
    firstSetBit
    (
    int i
    )

Meta