class Dry::Types::Array::Constructor
@api private
def constructor_type = ::Dry::Types::Array::Constructor
- Api: - private
def constructor_type = ::Dry::Types::Array::Constructor
def lax = Lax.new(type.lax.constructor(fn, meta: meta))
- Api: - public
Returns:
-
(Lax)
-
def lax = Lax.new(type.lax.constructor(fn, meta: meta))
def of(member) = type.of(member).constructor(fn, meta: meta)
- Api: - public
Other tags:
- See: Dry::Types::Array#of -
def of(member) = type.of(member).constructor(fn, meta: meta)