std
:
std.collections
.
List<T>
.AddFirst
Method AddFirst:
List
<T>.
Node
( value:T )
Adds a value to the start of the list.
Parameters
value
value The value to add to the list.