File tree Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Expand file tree Collapse file tree 6 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 44 *
55 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/first/~/first first} to get the first element.
66 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/last/~/last last} to get the last element.
7+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/nth/~/nth nth} to get the n-th element.
78 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/filter/~/filter filter} to filter elements.
89 * Use {@linkcode https://jsr.io/@core/iterutil/doc/find/~/find find} to find elements synchronously.
910 *
Original file line number Diff line number Diff line change 11/**
22 * Returns the first element of an iterable. If the iterable is empty, returns `undefined`.
33 *
4- * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/last/~/last last} to get the last element of an iterable.
4+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/last/~/last last} to get the last element.
5+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/nth/~/nth nth} to get the n-th element.
56 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/find/~/find find} to get the first element that matches a predicate.
67 * Use {@linkcode https://jsr.io/@core/iterutil/doc/first/~/first first} to get the first element synchronously.
78 *
Original file line number Diff line number Diff line change 22 * Returns the last element of an iterable.
33 *
44 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/first/~/first first} to get the first element.
5+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/nth/~/nth nth} to get the n-th element.
56 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/find/~/find find} to find an element.
67 * Use {@linkcode https://jsr.io/@core/iterutil/doc/last/~/last last} to get the last element synchronously.
78 *
Original file line number Diff line number Diff line change 44 *
55 * Use {@linkcode https://jsr.io/@core/iterutil/doc/first/~/first first} to get the first element.
66 * Use {@linkcode https://jsr.io/@core/iterutil/doc/last/~/last last} to get the last element.
7+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/nth/~/nth nth} to get the n-th element.
78 * Use {@linkcode https://jsr.io/@core/iterutil/doc/filter/~/filter filter} to filter elements.
89 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/find/~/find find} to find elements asynchronously.
910 *
Original file line number Diff line number Diff line change 11/**
22 * Returns the first element of an iterable. If the iterable is empty, returns `undefined`.
33 *
4- * Use {@linkcode https://jsr.io/@core/iterutil/doc/last/~/last last} to get the last element of an iterable.
4+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/last/~/last last} to get the last element.
5+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/nth/~/nth nth} to get the n-th element.
56 * Use {@linkcode https://jsr.io/@core/iterutil/doc/find/~/find find} to get the first element that matches a predicate.
67 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/first/~/first first} to get the first element asynchronously.
78 *
Original file line number Diff line number Diff line change 22 * Returns the last element of an iterable.
33 *
44 * Use {@linkcode https://jsr.io/@core/iterutil/doc/first/~/first first} to get the first element.
5+ * Use {@linkcode https://jsr.io/@core/iterutil/doc/nth/~/nth nth} to get the n-th element.
56 * Use {@linkcode https://jsr.io/@core/iterutil/doc/find/~/find find} to find an element.
67 * Use {@linkcode https://jsr.io/@core/iterutil/doc/async/last/~/last last} to get the last element asynchronously.
78 *
You can’t perform that action at this time.
0 commit comments