Type
List of Operators
tuple_is_handleTupleIsHandleTupleIsHandletuple_is_handle
- Test if the internal representation of a tuple is of type
handle
.
tuple_is_handle_elemTupleIsHandleElemTupleIsHandleElemtuple_is_handle_elem
- Test whether the elements of a tuple are of type
handle
.
tuple_is_intTupleIsIntTupleIsInttuple_is_int
- Test if the internal representation of a tuple is of type
integer
.
tuple_is_int_elemTupleIsIntElemTupleIsIntElemtuple_is_int_elem
- Test whether the types of the elements of a tuple are of type
integer
.
tuple_is_mixedTupleIsMixedTupleIsMixedtuple_is_mixed
- Test whether a tuple is of type
mixed
.
tuple_is_realTupleIsRealTupleIsRealtuple_is_real
- Test if the internal representation of a tuple is of type
real
.
tuple_is_real_elemTupleIsRealElemTupleIsRealElemtuple_is_real_elem
- Test whether the types of the elements of a tuple are of type
real
.
tuple_is_stringTupleIsStringTupleIsStringtuple_is_string
- Test if the internal representation of a tuple is of type
string
.
tuple_is_string_elemTupleIsStringElemTupleIsStringElemtuple_is_string_elem
- Test whether the types of the elements of a tuple are of type
string
.
tuple_is_valid_handleTupleIsValidHandleTupleIsValidHandletuple_is_valid_handle
- Check if a handle is valid.
tuple_sem_typeTupleSemTypeTupleSemTypetuple_sem_type
- Return the semantic type of a tuple.
tuple_sem_type_elemTupleSemTypeElemTupleSemTypeElemtuple_sem_type_elem
- Return the semantic type of the elements of a tuple.
tuple_typeTupleTypeTupleTypetuple_type
- Return the type of a tuple.
tuple_type_elemTupleTypeElemTupleTypeElemtuple_type_elem
- Return the types of the elements of a tuple.