Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
immutable
v0.1.24
Immutable
Map
Transient
Invalid
Trie
Entry
EntryIterator
Values
Vector
Transient
Invalid
Trie
Built with Crystal 1.9.2
2023-10-08 08:08:26 UTC
struct
Immutable::Map::Trie::Entry(K, V)
Immutable::Map::Trie::Entry(K, V)
Struct
Value
Object
Defined in:
immutable/map/trie.cr
Constructors
.new
(key : K, value : V)
Instance Method Summary
#key
#value
Constructor Detail
def self.
new
(key : K, value : V)
#
[
View source
]
Instance Method Detail
def
key
#
[
View source
]
def
value
#
[
View source
]