List.insert

Appends element to the list.

struct List(T)
void
insert

Parameters

element T

The element to append.

Meta