O(n) Extract the elements after the head of a ShortByteString,
which must be non-empty. An exception will be thrown in the case of an
empty ShortByteString.
This is a partial function, consider using
uncons instead.
Note: copies the entire byte array