Skip to content

Commit

Permalink
Merge pull request #1078 from julienrf/architecture-scala-213-collect…
Browse files Browse the repository at this point in the history
…ions

Port “The Architecture of Scala Collections” to the new architecture
  • Loading branch information
SethTisue authored Jun 8, 2018
2 parents ca935e0 + fb3881b commit 124c465
Show file tree
Hide file tree
Showing 4 changed files with 1,500 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _data/overviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,16 @@
url: "core/architecture-of-scala-collections.html"
by: Martin Odersky and Lex Spoon
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: The Architecture of Scala 2.13’s Collections
icon: sitemap
url: "core/architecture-of-scala-213-collections.html"
by: Julien Richard-Foy
description: "These pages describe the architecture of the collections framework introduced in Scala 2.13. Compared to the Collections API you will find out more about the internal workings of the framework."
- title: Custom Collection Types
icon: building
url: "core/custom-collections.html"
by: Martin Odersky, Lex Spoon and Julien Richard-Foy
description: "In this document you will learn how the collections framework helps you define your own collections in a few lines of code, while reusing the overwhelming part of collection functionality from the framework."

- category: Language
description: "Guides and overviews covering features in the Scala language."
Expand Down
Loading

0 comments on commit 124c465

Please sign in to comment.