Skip to main content

set ↔ (maths concept) collection of distinct things

References

  1. Typeshape & behaviour of data to rep set of values

  2. Class Range ↔ a set of characters express by hypen pattern: a-z

  3. Superset ↔ extension to set (language extends base Programming Language)

  4. Numeric Literal Type ↔ fixed set of specific values for number as Type

  5. String Literal Type ↔ fixed set of specific values for string as types

  6. Union TypeCompound Type join by | Type Operator to define each member of Type set can EITHER be

  7. bottom type ↔ empty Type set to match nothing but itself; never

  8. Intersection TypeCompound Type to merge via & Type Operator to express Type as being ALL of Type set