Skip to content

Commit

Permalink
Split in two pages
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrf committed Jun 5, 2018
1 parent 6568092 commit fb3881b
Show file tree
Hide file tree
Showing 3 changed files with 1,094 additions and 1,054 deletions.
9 changes: 7 additions & 2 deletions _data/overviews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,15 @@
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: building
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: "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. 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."
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 fb3881b

Please sign in to comment.