class Dry::Types::Array::Constructor

@api private

def constructor_type = ::Dry::Types::Array::Constructor

Other tags:
    Api: - private
def constructor_type = ::Dry::Types::Array::Constructor

def lax = Lax.new(type.lax.constructor(fn, meta: meta))

Other tags:
    Api: - public

Returns:
  • (Lax) -
def lax = Lax.new(type.lax.constructor(fn, meta: meta))

def of(member) = type.of(member).constructor(fn, meta: meta)

Other tags:
    Api: - public

Other tags:
    See: Dry::Types::Array#of -
def of(member) = type.of(member).constructor(fn, meta: meta)