Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new List#indexOf(value) class method #13

Merged
merged 1 commit into from
Apr 6, 2019

Conversation

klaudiosinani
Copy link
Owner

Description

The PR introduces two new unary methods:

  • Circular#indexOf(value)
  • Linear#indexOf(value)

The methods return the first index at which a given element can be found in the linear/circular list, or -1 if it is not present.

Also, the corresponding test cases & TypeScript ambient declarations are included in the PR.

@klaudiosinani klaudiosinani added the enhancement New feature or request label Apr 6, 2019
@klaudiosinani klaudiosinani merged commit 5e8102c into master Apr 6, 2019
@klaudiosinani klaudiosinani deleted the add-indexOf-method branch April 6, 2019 15:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant