FixedArray.sliceRO

Get read-only slice in range i .. j.

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

Meta