class Therapy::ArrayType(T)

Defined in:

therapy/array_type.cr

Constructors

Instance methods inherited from class Therapy::BaseType(Array(T))

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

Constructor Detail

def self.new(validator : Therapy::BaseType(T)) #

[View source]