Closed robinkrahl closed 4 years ago
This patch adds methods to decompose a Vec1 into the first or last element and the remaining Vec. Previously, we had to convert the Vec1 to a Vec and use the Vec::remove method to get a similar result.
Fixes #18.
This patch adds methods to decompose a Vec1 into the first or last element and the remaining Vec. Previously, we had to convert the Vec1 to a Vec and use the Vec::remove method to get a similar result.
Fixes #18.