class Dry::Schema::Key::Array

def coercible(&coercer)

Other tags:
    Api: - private
def coercible(&coercer)
  new(coercer: coercer, member: member.coercible(&coercer))
end