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

Iterable documentation should state all operations shortcut as much as possible. #7797

Closed
floitschG opened this issue Jan 9, 2013 · 1 comment
Assignees
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation

Comments

@floitschG
Copy link
Contributor

Iterable documentation should state all operations shortcut as much as possible.

For example:

  • Iterable.any stops as soon as possible.
  • Iterable.single throws with the second element.
  • Iterable.last shortcuts if it can (for example for lists).
  • Iterable.skip shortcuts if it can (for example for lists, and potentially even sets).
  • ...
@lrhn
Copy link
Member

lrhn commented Apr 25, 2014

Removed Type-Defect label.
Added Type-Documentation, Library-Async labels.

@floitschG floitschG added type-documentation A request to add or improve documentation Priority-Medium area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. library-async labels Apr 25, 2014
@floitschG floitschG self-assigned this Apr 25, 2014
@kevmoo kevmoo added P2 A bug or feature request we're likely to work on and removed triaged labels Feb 29, 2016
@lrhn lrhn added core-a and removed core-a labels Aug 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-core-library SDK core library issues (core, async, ...); use area-vm or area-web for platform specific libraries. core-a library-async P2 A bug or feature request we're likely to work on type-documentation A request to add or improve documentation
Projects
None yet
Development

No branches or pull requests

3 participants