StaticBitArray.canFindIndexOf

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool canFindIndexOf(bool value, Mod!(capacity, ModUInt) currIx, Mod!(capacity, ModUInt) nextIx)
  2. bool canFindIndexOf(bool value, UInt currIx, UInt nextIx)
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe const
    static if(capacity >= 1)
    bool
    canFindIndexOf
    (
    UInt
    )
    (
    bool value
    ,
    UInt currIx
    ,
    out UInt nextIx
    )
    if (
    isUnsigned!UInt
    )
    if (
    isUnsigned!DefaultBlock
    )

Meta