Type

List of Operators

tuple_is_handleTupleIsHandletuple_is_handleTupleIsHandletuple_is_handle
Test if the internal representation of a tuple is of type handle.
tuple_is_handle_elemTupleIsHandleElemtuple_is_handle_elemTupleIsHandleElemtuple_is_handle_elem
Test whether the elements of a tuple are of type handle.
tuple_is_intTupleIsInttuple_is_intTupleIsInttuple_is_int
Test if the internal representation of a tuple is of type integer.
tuple_is_int_elemTupleIsIntElemtuple_is_int_elemTupleIsIntElemtuple_is_int_elem
Test whether the types of the elements of a tuple are of type integer.
tuple_is_mixedTupleIsMixedtuple_is_mixedTupleIsMixedtuple_is_mixed
Test whether a tuple is of type mixed.
tuple_is_numberTupleIsNumbertuple_is_numberTupleIsNumbertuple_is_number
Check a tuple (of strings) whether it represents numbers.
tuple_is_realTupleIsRealtuple_is_realTupleIsRealtuple_is_real
Test if the internal representation of a tuple is of type real.
tuple_is_real_elemTupleIsRealElemtuple_is_real_elemTupleIsRealElemtuple_is_real_elem
Test whether the types of the elements of a tuple are of type real.
tuple_is_stringTupleIsStringtuple_is_stringTupleIsStringtuple_is_string
Test if the internal representation of a tuple is of type string.
tuple_is_string_elemTupleIsStringElemtuple_is_string_elemTupleIsStringElemtuple_is_string_elem
Test whether the types of the elements of a tuple are of type string.
tuple_is_valid_handleTupleIsValidHandletuple_is_valid_handleTupleIsValidHandletuple_is_valid_handle
Check if a handle is valid.
tuple_sem_typeTupleSemTypetuple_sem_typeTupleSemTypetuple_sem_type
Return the semantic type of a tuple.
tuple_sem_type_elemTupleSemTypeElemtuple_sem_type_elemTupleSemTypeElemtuple_sem_type_elem
Return the semantic type of the elements of a tuple.
tuple_typeTupleTypetuple_typeTupleTypetuple_type
Return the type of a tuple.
tuple_type_elemTupleTypeElemtuple_type_elemTupleTypeElemtuple_type_elem
Return the types of the elements of a tuple.