Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
replicator
v0.1.0
Replicator
Registry
Replicable
Built with Crystal 1.9.2
2023-10-07 15:35:07 UTC
class
Replicator::Registry(K, V)
Replicator::Registry(K, V)
Reference
Object
Defined in:
replicator/registry.cr
Constructors
.new
Instance Method Summary
#add
(key : K, value)
#get
(key : K)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
add
(key : K, value)
#
[
View source
]
def
get
(key : K)
#
[
View source
]