docs: add core library overview, map class docs, and link value types to core classes

This commit is contained in:
Bob Nystrom
2015-01-25 19:08:13 +00:00
parent f093d0a42a
commit 1d195f13ea
7 changed files with 156 additions and 14 deletions
+2
View File
@@ -65,3 +65,5 @@ assigned value.
:::dart
var a = "before"
IO.print(a = "after") // Prints "after".
**TODO: Top-level names.**