ByteBuffer.get

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void get(ubyte[] dst, size_t offset, size_t length)
    struct ByteBuffer
    void
    get
    (
    ref ubyte[] dst
    ,
    size_t offset
    ,
    size_t length
    )
  2. T get()
  3. T get(size_t index)

Meta