bpc16to8

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

@nogc nothrow
ubyte[]
bpc16to8
(
ushort[] b16
)

Meta