[NAME] ALL.dao.operator.typecast [TITLE] Type Casting Operators [DESCRIPTION] The values of many types can be converted to values of other types by type casting with: 1 (typename) value Most of the primitive types support conversion between each other. Type casting between a ggregate types such as tuples, lists and maps are also supported by applying the casting of the items recursively.