StaticBitArray.opSlice

Undocumented in source.
  1. inout(Range!()) opSlice()
    struct StaticBitArray(uint capacity, Block = DefaultBlock)
    @safe pragma(inline, true) scope inout return
    @trusted => typeof(return)(&this)
    inout(Range!())
    opSlice
    ()
    ()
    if (
    isUnsigned!DefaultBlock
    )
  2. inout(Range!()) opSlice(size_t i, size_t j)

Meta