Skip to content

Implement operator () with slices #194

Description

@schmouk

This operator will be equivalent to Python operator [ ] with slices, i.e. with signatures :

operator() (const size_t end)
operator() (const size_t start, const size_t end)
operator() (const size_t start, const size_t end, const size_t step)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions