StaticBitArray.opSlice

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(Range!()) opSlice()
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe scope inout return @trusted
    inout(Range!())
    opSlice
    ()
    ()
    if (
    isUnsigned!DefaultBlock
    )
  2. inout(Range!()) opSlice(size_t i, size_t j)

Meta