docs: add List.filled and List.new constructors to core module docs

This commit is contained in:
Bob Nystrom
2016-08-04 13:28:41 +00:00
parent bfb109473e
commit 5703a8dfa2
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