
Highlights
- Pro
Pinned Loading
-
transform.go
transform.go 1func transformSlice[From, To any](from []From, f func(From) To) []To {
2if from == nil {
3return nil
4}
5to := make([]To, len(from))
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.