Buffer.opSlice

Exposes owned data as an array slice

  1. Inout!(T[]) opSlice(size_t begin, size_t end)
  2. Inout!(T[]) opSlice()
    struct Buffer(T)
    inout
    Inout!(T[])
    opSlice
    ()

Return Value

Type: Inout!(T[])

requested slice fo stored data

Meta