class Therapy::ArrayType(T)

Defined in:

therapy/array_type.cr

Constructors

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

coercing : self coercing, create_subcontext(parent : ParseContext, input : V, path) : ParseContext(T(T), V) forall V create_subcontext, optional : OptionalType(T(T)) optional, 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]