ClassesClasses | | Operators

Type

List of Operators

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_typeTupleTypeTupleTypetuple_type
Return the type of a tuple.
tuple_type_elemTupleTypeElemTupleTypeElemtuple_type_elem
Return the types of the elements of a tuple.

ClassesClasses | | Operators