Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Crig::Scratchpad
Inherits
Reference
<
Object
Constructors
new
(shared :
Scratchpad
|
Nil
= nil)
Source
Instance methods
contains?
(type :
T
.class) :
Bool
forall
T
Source
get
(type :
T
.class) :
T
|
Nil
forall
T
Source
insert
(val :
T
) :
T
|
Nil
forall
T
Source
remove
(type :
T
.class) :
T
|
Nil
forall
T
Source
update
(type :
T
.class, initial :
T
|
Nil
= nil, & :
T
-> _) :
T
forall
T
Source