Skip to content

Array method dumping ground #4

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

Open
eborden opened this issue Jan 22, 2014 · 2 comments
Open

Array method dumping ground #4

eborden opened this issue Jan 22, 2014 · 2 comments

Comments

@eborden
Copy link
Contributor

eborden commented Jan 22, 2014

I'll come back and give these some more detail, just getting them off the top of my head before I forget.

Member methods

  • join
  • sum
  • any
  • all
  • max
  • min
  • intersect
  • reduce/fold
  • map
  • filter
  • intersperse
  • union
  • difference
  • intersect
  • slice
  • splice

Static methods

  • repeat/fill
  • map **
  • filter **
  • reduce/fold **

**repeat, but these methods can be very helpful with partial application and member methods don't provide this opportunity

@eborden
Copy link
Contributor Author

eborden commented Jan 22, 2014

Writing up tests for the remaining methods.

@eborden
Copy link
Contributor Author

eborden commented Jan 22, 2014

map/filter/reduce are not necessary as static elements with the details in #13

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

1 participant