README ¶ collections This module implements specialized container datatypes providing alternatives to Go's general purpose built-in containers, array, slice, map. This project was inspired by Python's collections module, which I've been using for several years. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func List(elems ...any) _list Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func List ¶ func List(elems ...any) _list Types ¶ This section is empty. Source Files ¶ View all Source files list.go type.go Click to show internal directories. Click to hide internal directories.