bpc8to16

Converts an 8-bit buffer to a 16-bit buffer in place. On error, returns null and frees the original buffer.

@nogc nothrow
ushort[]
bpc8to16
(
ubyte[] b8
)

Meta