module Hamster
class Hamster::Hash
class Hamster::List
class Hamster::Set
class Hamster::Stack
class Hamster::Trie
class Hamster::Trie::Entry
hamster
0.1.6
# pop
def pop copy = @list.cdr if !copy.equal?(@list) self.class.new(copy) else self end end