Function LinkedList.LinkedListHead.opApply
opApply for foreach
int opApply
(
scope int delegate(ref LinkedList . LinkedListNode) dg
);
int opApply
(
scope int delegate(int idx, ref LinkedList . LinkedListNode) dg
);