Quartz::List::Node(T)
Constructors
new(data : T, next __arg0 : Nil | Quartz::List::Node(T) = nil, prev : Nil | Quartz::List::Node(T) = nil)
SourceInstance methods
data
Sourcedata=(data : T)
Sourcehash(*args, **options)
Sourcehash(*args, **options, &)
Sourceinspect(io)
Sourcenext
Sourcenext=(next __arg0 : Node(T) | Nil)
Sourceprev
Sourceprev=(prev : Node(T) | Nil)
Sourceto_s(io)
Source