class Therapy::IntType(INT)

Defined in:

therapy/int_type.cr

Instance Method Summary

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

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!

Instance Method Detail

def max(max : INT) : self #

[View source]
def min(min : INT) : self #

[View source]