class Therapy::FloatType(FLOAT)

Defined in:

therapy/float_type.cr

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

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!