Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
delimiter_tree
v0.1.4
Delimiter
Node
Result
Tree
DelimiterTree
Built with Crystal 1.9.2
2023-10-08 01:27:20 UTC
class
Delimiter::Result(T)
Delimiter::Result(T)
Reference
Object
Defined in:
delimiter/result.cr
Constructors
.new
Instance Method Summary
#found
#found=
(found : Bool)
#found?
#params
#payload
#payload=
(payload : Array(T))
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
found
#
[
View source
]
def
found=
(found : Bool)
#
[
View source
]
def
found?
#
[
View source
]
def
params
#
[
View source
]
def
payload
#
[
View source
]
def
payload=
(payload : Array(T))
#
[
View source
]