package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Mar 1, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
CList a concurrent safe list
New create an instance of CList
Front returns the first element of list l or nil if the list is empty.
Len returns the number of elements of list l.
The complexity is O(1).
PushBack inserts a new element e with value v at the back of list l and returns e.
Remove removes e from l if e is an element of list l.
It returns the element value e.Value.
The element must not be nil.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.