Types

NormalType

Type for user-defined types. type T1; F f(t:NormalType) ...; f(T1)

Methods

.(obj:NormalType, attr:Str)
Get NormalType (a type that is typically defined by user) attribute. Throws AttrNotFound.