Go proposal adds generic collections to container package
A new Go proposal outlines adding generic collection types to the standard library under the container/ package. This would provide type-safe, reusable data structures for developers. The change addresses a frequent community request and could simplify code once adopted.
Sources (1)
technology