go.container.ring

Go to Haxe source-to-source compiler

..
Ring

Package ring implements operations on circular lists.

RingPointer

RingPointerPointer

RingPointer_asInterface

Ring_

A Ring is an element of a circular list, or ring. Rings do not have a beginning or end; a pointer to any ring element serves as reference to the entire ring. Empty rings are represented as nil Ring pointers. The zero value for a Ring is a one-element ring with a nil Value.

Ring_asInterface