File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
accepted/2.3/unified-collections Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unified Collections
2
2
3
+ ## Status
4
+
5
+ ** This document serves to document the background and history of the unified
6
+ collections feature. The source of truth on this topic at this time is the
7
+ 'Collection Literals' section of the [ language specification] [ ]
8
+ ([ PDF] [ language specification PDF ] ).**
9
+
10
+ [ language specification ] : https://github.com/dart-lang/language/blob/master/specification/dartLangSpec.tex
11
+ [ language specification PDF ] : https://spec.dart.dev/DartLangSpecDraft.pdf
12
+
3
13
The Dart team is concurrently working on three proposals that affect collection
4
14
literals:
5
15
@@ -16,10 +26,10 @@ To make things easier on implementers and anyone else trying to understand the
16
26
entire set of changes, this specification unifies and subsumes all three of
17
27
those proposals.
18
28
19
- ** This document is now the source of truth for these language changes.** The
29
+ ** This document is a further development of the documents about spread collections
30
+ and control flow collections, and it supersedes those documents.** The
20
31
other three proposals are useful because they contain motivation and other
21
32
context, but the precise syntax and semantics may be out of date in those docs.
22
- This is where you should be looking if you're an implementer.
23
33
24
34
## Grammar
25
35
You can’t perform that action at this time.
0 commit comments