StaticBitArray.opSlice

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

Meta