cogito ~master (2022-04-23T16:06:50Z)
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.