FixedArray.sliceRW

Get full read-write slice.

  1. WriteBorrowed!(T[], typeof(this)) sliceRW()
    struct FixedArray(T, uint capacity_, bool borrowChecked = false)
    pragma(inline, true) @trusted return scope
    WriteBorrowed!(T[], typeof(this))
    sliceRW
    ()
  2. WriteBorrowed!(T[], typeof(this)) sliceRW(size_t i, size_t j)

Meta