I want to take a U8 array and make it a U16 array. But the first element of the U16 must be a element 0 and 1 of the U8 array joined together without have to go through an index for every join.
Is this possible
- there is always an easy way, but it is always the hardest to find