Takes an input range of ubyte and converts the first T.sizeof words to T. The array is consumed.
The type to convert the first T.sizeof bytes
The input range of ubyte to convert
See Implementation
Takes an input range of ubyte and converts the first T.sizeof words to T. The array is consumed.