The Types model is a model of Puppet Language types.
The exact relationship between types is not visible in this model wrt. the PDataType which is an abstraction of Scalar, Array, and Hash[Scalar, Data] nested to any depth. This means it is not possible to infer the type by simply looking at the inheritance hierarchy. The {Puppet::Pops::Types::TypeCalculator} should be used to answer questions about types. The {Puppet::Pops::Types::TypeFactory} should be used to create an instance of a type whenever one is needed.
The implementation of the Types model contains methods that are required for the type objects to behave as expected when comparing them and using them as keys in hashes. (No other logic is, or should be included directly in the model’s classes).
@api public
Used as end in a range