Skip to content

Commit

Permalink
KEEP #23 Update link to the reference implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-g committed Aug 12, 2016
1 parent 30ff04d commit 8dd58cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion proposals/stdlib/group-and-fold.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,9 @@ Only a subset of Kotlin Standard Library available on all supported platforms is

## Reference implementation

See the reference implementation in the repository [kotlinx.collections.experimental](https://github.com/ilya-g/kotlinx.collections.experimental/tree/master/kotlinx-collections-experimental/src/main/kotlin/kotlinx.collections.experimental/grouping)
Prototypes are implemented in the repository [kotlinx.collections.experimental](https://github.com/ilya-g/kotlinx.collections.experimental/tree/master/kotlinx-collections-experimental/src/main/kotlin/kotlinx.collections.experimental/grouping).

Standard library implementation is in the branch [rr/stdlib/groupingBy](https://github.com/JetBrains/kotlin/compare/rr/stdlib/groupingBy).

### Receivers

Expand Down

0 comments on commit 8dd58cd

Please sign in to comment.