popCnt

Undocumented in source. Be warned that the author may not have intended to support it.
  1. uint popCnt(T x)
    version(LDC)
    uint
    popCnt
    (
    T
    )
    (
    in T x
    )
  2. alias popCnt = _popcnt

Meta