Bytes.this

Creates a new #GBytes from data.

data is copied. If size is 0, data may be null.

class Bytes
this
(
ubyte[] data = null
)

Parameters

data ubyte[]

the data to be used for the bytes

Return Value

a new #GBytes