You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Go came out with generics on version 1.18, the need for interface{} in type parameters is no longer needed. I understand the need for backwards compatability, however I do feel that this library would very much benefit from generics especially when making operations less error prone and code more concise.
I do propose making a separate variation of the library to support genetics so the current implementation remains backwards compatible.
The text was updated successfully, but these errors were encountered:
Since Go came out with generics on version 1.18, the need for interface{} in type parameters is no longer needed. I understand the need for backwards compatability, however I do feel that this library would very much benefit from generics especially when making operations less error prone and code more concise.
I do propose making a separate variation of the library to support genetics so the current implementation remains backwards compatible.
The text was updated successfully, but these errors were encountered: