struct Crystalizer::Variable(T, A)
- Crystalizer::Variable(T, A)
- Struct
- Value
- Object
Overview
Holds variable metadata with its annotations.
Defined in:
variable.crConstructors
- .new(type : T.class, annotations : A, nilable : Bool, has_default : Bool) forall T, A
- .new(annotations : A, nilable : Bool, has_default : Bool)