class Day5::LinkedList

Defined in:

day5.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(prev : LinkedList, letter : Char) #

[View source]
def self.new(letter : Char) #

[View source]

Instance Method Detail

def drop #

[View source]
def inspect(io) #

[View source]
def letter : Char #

[View source]
def next : LinkedList | Nil #

[View source]
def next=(next __arg0 : LinkedList | Nil) #

[View source]
def other_char #

[View source]
def prev : LinkedList #

def prev=(prev : LinkedList) #

[View source]
def prev? : LinkedList | Nil #

def process : LinkedList | Nil #

[View source]