On Friday, 18 January 2019 at 17:09:52 UTC, Mek101 wrote: > Where temp is a byte array (byte[]) Oh btw, D's byte is signed, range -128 to 127, unlike C# where it is unsigned. C#'s `byte` is represented as D's `ubyte` (meaning "unsigned byte"), range 0-255.