Reminder issue. Currently not permitted (no structural type): ```Go func _[S []byte|string](s S, i, j int) S { return s[i : j] } ``` A little bit tricky to get right because we sometimes have to preserve the string type.
Reminder issue.
Currently not permitted (no structural type):
A little bit tricky to get right because we sometimes have to preserve the string type.