List

linked list class

Constructors

this
this()
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ListNode!T value) dg)

overrides foreach loops

opOpAssign
void opOpAssign(T value)

appends the value to the end of the list

Variables

head
ListNode!T head;
Undocumented in source.

Meta