class Crystal::NamedTupleType
inherits Crystal::GenericClassType
¶
The non-instantiated NamedTuple(**T) type.
Methods¶
#instantiated_types
¶
Returns an array of all instantiations of this generic type. NamedTupleType overrides this because it doesn't use positional type arguments.