Closed dr2chase closed 3 weeks ago
The new unsafe string/slice functions insulate the code from unlikely-but-still-possible changes to string and slice representation, and tend to compile to slightly better code. Build tags keep things working with older toolchains.
This PR is stale because it has been open for 180 days with no activity.
The new unsafe string/slice functions insulate the code from unlikely-but-still-possible changes to string and slice representation, and tend to compile to slightly better code. Build tags keep things working with older toolchains.