class Dry::Types::PrimitiveInferrer

def [](type)

Other tags:
    Api: - private

Returns:
  • (Array[Class]) -
def [](type)
  self.class.fetch_or_store(type) do
    Array(compiler.visit(type.to_ast)).freeze
  end
end