Skip to content

Array slice selector (forward, positive bounds) [<start>:<end>:<step>] #152

@V0ldek

Description

@V0ldek

Is your feature request related to a problem? Please describe.
Implementation of the slice selector [<start>:<end>:<step>] for positive steps and positive bounds.

Describe the solution you'd like
Slice for positive steps should be similar to the regular index selector. There are no extraordinary challenges, storing the current index as part of the state should suffice (we already do this for index selectors), and the output is in regular order.

Additional context
RFC draft

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Released

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions