Add List constructors to docs.

This commit is contained in:
Bob Nystrom
2016-08-04 06:28:41 -07:00
parent 3666eae013
commit 500c7b0426
3 changed files with 20 additions and 6 deletions
+2
View File
@@ -5,6 +5,8 @@ A first class function—an object that wraps an executable chunk of code.
[functions]: ../../functions.html
## Static Methods
### Fn.**new**(function)
Creates a new function from... `function`. Of course, `function` is already a