Skip to content

Commit 38a90df

Browse files
committed
Port “The Architecture of Scala Collections” to the new architecture
1 parent c79fa7e commit 38a90df

File tree

3 files changed

+956
-641
lines changed

3 files changed

+956
-641
lines changed

_data/overviews.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
- title: The Architecture of Scala Collections
4141
icon: building
4242
url: "core/architecture-of-scala-collections.html"
43-
by: Martin Odersky and Lex Spoon
43+
by: Martin Odersky, Lex Spoon and Julien Richard-Foy
4444
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."
4545
- title: String Interpolation
4646
icon: usd

0 commit comments

Comments
 (0)