Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
module
Try(T)
Class methods
try
Source
Macros
match
(try, &block)
Expressions: x : Success x + 1
TypeDeclaration: x : Success = x + 1
Source
Nested types
Try::Interface