module Therapy

Defined in:

therapy.cr
therapy/result.cr

Class Method Summary

Class Method Detail

def self.array(of validator : BaseType(T)) forall T #

[View source]
def self.bool : BoolType #

[View source]
def self.int32 : Int32Type #

[View source]
def self.object(**options : **T) forall T #

[View source]
def self.string : StringType #

[View source]
def self.tuple(*options : *T) forall T #

[View source]