//
pkg.gl
Category
github.com/sllt/af
datastructure
list
package
0.1.11
Repository:
https://github.com/sllt/af.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
619 SLOC
#
Functions
ListToMap
ListToMap convert a list to a map based on iteratee function.
NewCopyOnWriteList
NewCopyOnWriteList Creates an empty list.
NewList
NewList return a pointer of List.
#
Structs
CopyOnWriteList
No description provided by the author
List
List is a linear table, implemented with slice.