//
pkg.gl
Category
github.com/duke-git/lancet/v2
datastructure
list
package
2.3.3
Repository:
https://github.com/duke-git/lancet.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
0
Files
641 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.