class Dry::Schema::Path

def index(key)

Other tags:
    Api: - private
def index(key)
  keys.index(key)
end