Skip to content

Port “The Architecture of Scala Collections” to the new architecture #960

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

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/overviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
- title: The Architecture of Scala Collections
icon: building
url: "core/architecture-of-scala-collections.html"
by: Martin Odersky and Lex Spoon
by: Martin Odersky, Lex Spoon and Julien Richard-Foy
description: "These pages describe the architecture of the Scala collections framework in detail. Compared to the Collections API you will find out more about the internal workings of the framework. You will also learn how this architecture helps you define your own collections in a few lines of code, while reusing the overwhelming part of collection functionality from the framework."
- title: String Interpolation
icon: usd
Expand Down
Loading