Module librsnek::objects::collection::sequence [] [src]

Common functions for sequence like data. Generally this mean that the backing data type

Functions

contains

Test if item is contained in the sequence seq

equals

Determine if two two sequences are equal by first comparing their lengths

get_index

Get index using the normal +/- indexing rules

is_sequence

Returns true if object looks like a sequence type

multiply

Create a new sequences which is slice repeated factor times.