UnicodeBom.from

Convert from T into the given 'type'.

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
const(void)[]
from
(
T[] x
,
uint type
,
void[] dst = null
,
size_t* ate = null
)

Meta