Commit e584301
Array docstrings (#78)
* start working on Array docstrings
* docs for indexOf and includes
* remove Array.fromIterator + friends in favor of specialized functions in Iterator
* more array docstrings
* changelog
* remove unsafe Array.from functions
* more array docstrings
* Apply suggestions from code review
Co-authored-by: Glenn Slotte <glenn@slotte.net>
* add back accidentally removed fns
* fixes after PR review
* more tweaks after PR comments
---------
Co-authored-by: Glenn Slotte <glenn@slotte.net>1 parent e042948 commit e584301
6 files changed
Lines changed: 844 additions & 53 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
28 | 30 | | |
29 | 31 | | |
30 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | 6 | | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | 10 | | |
17 | 11 | | |
18 | 12 | | |
| |||
0 commit comments