cogito v1.3.1 (2022-05-15T18:12:04Z)
Dub
Repo
List.insert
cogito
list
List
Appends
element
to the list.
struct
List
(T)
void
insert
(
T
element
)
Parameters
element
T
The element to append.
Meta
Source
See Implementation
cogito
list
List
functions
clear
insert
opIndex
removeFront
properties
back
empty
front
Appends element to the list.