Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
KevalDb::DataBase(K, V)
Inherits
Reference
<
Object
Constructors
new
Source
Instance methods
[]
(key :
K
) :
V
Source
[]=
(key :
K
, value :
V
) :
V
Source
delete
(key :
K
)
Source
get
(key :
K
) :
V
Source
print
Source
set
(key :
K
, value :
V
) :
V
Source