A supertype is a type that has at least one subtype. Any operations that a supertype supports must also be supported by any subtypes. In Verse, any is the supertype over all other types, and all other types are subtypes to any. The comparable type is a supertype of all types that are comparable in Verse such as int and float.
supertype
A supertype is a type that has at least one subtype. Any operations that a supertype supports must also be supported by any subtypes.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library