class Therapy::EnumType(ENUM)

Defined in:

therapy/enum_type.cr

Instance methods inherited from class Therapy::BaseType(ENUM)

optional : OptionalType(T) optional, or(other : BaseType(U)) : UnionType(T, U) forall U or, parse(input : V) : Result(T) forall V parse, parse!(input) : T parse!