SList._Node

Undocumented in source.
struct SList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
package
struct _Node (
T
) {}

Members

Variables

_next
_Node!T* _next;
Undocumented in source.
v
T v;
Undocumented in source.

Meta