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

[IoVM] Sequence removeAt #26

Open
superbobry opened this issue Apr 7, 2010 · 2 comments
Open

[IoVM] Sequence removeAt #26

superbobry opened this issue Apr 7, 2010 · 2 comments

Comments

@superbobry
Copy link
Contributor

The current removeAt implementation for Sequence looks a little inconsistent to me, at least compared to the way List acts:
Io> "123" removeAt(0)
==> "23"
Io> list(1,2,3) removeAt(0)
==> 1

@burritoboy
Copy link
Contributor

seems like the list style remove at is the better way to go there, just my two cents

@stevedekorte
Copy link
Member

A good point - thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants