class Dry::Schema::KeyMap

def each(&block)

Other tags:
    Api: - public
def each(&block)
  keys.each(&block)
end