class Cl::DS::Node(I)

Defined in:

data_structures/node.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : I, next __arg0 : Node(I) | Nil = nil) #

[View source]

Instance Method Detail

def next #

[View source]
def next=(next __arg0 : Nil | Cl::DS::Node(I)) #

[View source]
def value #

[View source]