Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use append instead of copy to clone slices (#58)
The append notation is more concise and should be more efficient, since the target slice won't be initialized with zero values first.
- Loading branch information