Skip to content

Tuple - SelectionšŸ”—

OperatorsšŸ”—

tuple_findTupleFind: Return the indices of all occurrences of a tuple within another tuple.

tuple_find_firstTupleFindFirst: Return the index of the first occurrence of a tuple within another tuple.

tuple_find_lastTupleFindLast: Return the index of the last occurrence of a tuple within another tuple.

tuple_first_nTupleFirstN: Select the first elements of a tuple up to the index ā€œnā€.

tuple_last_nTupleLastN: Select all elements from index ā€œnā€ to the end of a tuple.

tuple_selectTupleSelect: Select single elements of a tuple.

tuple_select_maskTupleSelectMask: Select in mask specified elements of a tuple.

tuple_select_rangeTupleSelectRange: Select several elements of a tuple.

tuple_select_rankTupleSelectRank: Select the element of rank n of a tuple.

tuple_str_bit_selectTupleStrBitSelect: Select single character or bit from a tuple.

tuple_uniqTupleUniq: Discard all but one of successive identical elements of a tuple.