module Therapy
Defined in:
therapy.crtherapy/result.cr
Class Method Summary
- .array(of validator : BaseType(T)) forall T
- .bool : BoolType
- .enum(enum_type : T.class) : EnumType(T) forall T
- .float(float_type : T.class) : FloatType(T) forall T
- .float : FloatType(Float64)
- .int(int_type : T.class) : IntType(T) forall T
- .int : IntType(Int32)
- .object(**options : **T) forall T
- .string : StringType
- .tuple(*options : *T) forall T