The integral type to convert the first T.sizeof / 2 words to.
The array of DM to convert
ushort[] words = [0x645A, 0x3ffb]; words.peekDM!float.shouldEqual(1.964F); words.length.shouldEqual(2); ushort[] odd = [0x645A, 0x3ffb, 0xffaa]; odd.peekDM!float.shouldEqual(1.964F); odd.length.shouldEqual(3);
Takes an array of DM ushort and converts the first T.sizeof / 2 DM to T. The array is **not** consumed.