Array.slice

Retrieve all readable content.

  1. void[] slice()
    class Array
    final
    void[]
    slice
    ()
  2. void[] slice(size_t size, bool eat)

Return Value

Type: void[]

A void[] read of the buffer.

Remarks: Return a void[] read of the buffer, from the current position up to the limit of valid content. The content remains in the buffer for future extraction.

Meta