354 355 356 357 358 359 360
# File 'lib/types/_types.rb', line 354 def self.[](type) if type.is_a?(T::Types::Untyped) T::Types::TypedSet::Untyped.new else T::Types::TypedSet.new(type) end end