yagods icon indicating copy to clipboard operation
yagods copied to clipboard

Generic data structure using parameterized types in Golang.

Results 1 yagods issues
Sort by recently updated
recently updated
newest added

Coming here https://github.com/emirpasic/gods/issues/179 looking for a generic `Queue` (based on generic `List`). The current List implementations are constrained by `orderable` to allow for `Contains` and `IndexOf` (maybe more). It would...