Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
crinder
v0.1.1
Crinder
Base
Built with Crystal 1.9.2
2023-10-08 02:00:12 UTC
class
Crinder::Base(T)
Crinder::Base(T)
Reference
Object
Defined in:
crinder.cr
Constant Summary
SETTINGS
=
{}
of
Nil
=>
Nil
Class Method Summary
.object
: T
.object=
(object : T)
.object?
: T | Nil
Macro Summary
__cast
(name)
__if_show
(name)
__inherited
__process
field
(decl, **options)
remove
(name)
Class Method Detail
def self.
object
: T
#
def self.
object=
(object : T)
#
[
View source
]
def self.
object?
: T | Nil
#
Macro Detail
macro
__cast
(name)
#
[
View source
]
macro
__if_show
(name)
#
[
View source
]
macro
__inherited
#
[
View source
]
macro
__process
#
[
View source
]
macro
field
(decl, **options)
#
[
View source
]
macro
remove
(name)
#
[
View source
]