Is there an extension method that can be applied to an array that will return a new array that consists of only the first n count of bytes from the first array? Is this what "slices" are used for?
The difficult we do right away... ...the impossible takes slightly longer.