Skip to content

nth_front()/nth_back() methods #19

@nazar-pc

Description

@nazar-pc

Since there are already push/pop methods, it'd be also convenient to have getters that get nth method from the front or from the end.

Right now there is get(), but it requires more effort to use for the same purpose and .iter().nth()/.iter().rev().nth() are likely much less efficient than direct methods would be.

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions