Concat
Concatenates two slices.
- Implement an appropriate function for each type.
- Use
append()
and the fact that it's a variadic function to concatenate the slices.
Concatenates two slices.
append()
and the fact that it's a variadic function to concatenate the slices.