NamedTuple NamedTuple A NamedTuple is typically created with a named tuple literal: tuple = { name : "Crystal" , year : 2011 } # NamedTuple(name: String, year: Int32...
NamedTuple NamedTuple A NamedTuple is typically created with a named tuple literal: tuple = { name : "Crystal" , year : 2011 } # NamedTuple(name: String, year: Int32...
Visibility Private methods Private types Protected methods Private top-level methods Private top-level types Visibility Methods are public by default: the compiler will al...
Crystal Platform Support Tier 1 Tier 2 Tier 3 Compiler support Crystal Platform Support The Crystal compiler runs on, and compiles to, a great number of platforms, though no...
Visibility Private methods Private types Protected methods Private top-level methods Private top-level types Visibility Methods are public by default: the compiler will alw...