IAppendBufferReader.opSlice

  1. T[] opSlice()
    interface IAppendBufferReader(T)
    T[]
    opSlice
    ()
  2. T[] opSlice(size_t start, size_t end)

Return Value

Type: T[]

the current content

Meta