UnicodeBom.into

Convert from 'type' into the given T.

Where 'ate' is provided, it will be set to the number of elements consumed from the input and the decoder operates in streaming-mode. That is: 'dst' should be supplied since it is not resized or allocated.

class UnicodeBom(T)
static
T[]
into
(
void[] x
,
uint type
,
T[] dst = null
,
size_t* ate = null
)

Meta