class

Quartz::List::Node(T)

Inherits Reference / Object

Constructors

new(data : T, next __arg0 : Nil | Quartz::List::Node(T) = nil, prev : Nil | Quartz::List::Node(T) = nil)
Source

Instance methods

==(other : self)

Returns true if this reference is the same as other. Invokes same?.

Source
==(other)

Returns false (other can only be a Value here).

Source
data
Source
data=(data : T)
Source
hash(*args, **options)
Source
hash(*args, **options, &)
Source
inspect(io)
Source
next
Source
next=(next __arg0 : Node(T) | Nil)
Source
prev
Source
prev=(prev : Node(T) | Nil)
Source
to_s(io)
Source