|
|
|
|
|
by brundolf
1766 days ago
|
|
Go has some "special" built in functions like len() that work across different structures. What if instead of adding generics they added more of those special functions for working with slices as you describe? Would that have solved your problem? |
|