UNPKG
@thi.ng/grid-iterators
Version:
latest (4.0.115)
4.0.115
4.0.114
4.0.113
4.0.112
4.0.111
4.0.110
4.0.109
4.0.108
4.0.107
4.0.106
4.0.105
4.0.104
4.0.103
4.0.102
4.0.101
4.0.100
4.0.99
4.0.98
4.0.97
4.0.96
4.0.95
4.0.94
4.0.93
4.0.92
4.0.91
4.0.90
4.0.89
4.0.88
4.0.87
4.0.86
4.0.85
4.0.84
4.0.83
4.0.82
4.0.81
4.0.80
4.0.79
4.0.78
4.0.77
4.0.76
4.0.75
4.0.74
4.0.73
4.0.72
4.0.71
4.0.70
4.0.69
4.0.68
4.0.67
4.0.66
4.0.65
4.0.64
4.0.63
4.0.62
4.0.61
4.0.60
4.0.59
4.0.58
4.0.57
4.0.56
4.0.55
4.0.54
4.0.53
4.0.52
4.0.51
4.0.50
4.0.49
4.0.48
4.0.47
4.0.46
4.0.45
4.0.44
4.0.43
4.0.42
4.0.41
4.0.40
4.0.39
4.0.38
4.0.37
4.0.36
4.0.35
4.0.34
4.0.33
4.0.32
4.0.31
4.0.29
4.0.28
4.0.27
4.0.26
4.0.25
4.0.24
4.0.23
4.0.22
4.0.21
4.0.20
4.0.19
4.0.18
4.0.17
4.0.16
4.0.15
4.0.14
4.0.13
4.0.12
4.0.11
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.1
3.1.0
3.0.12
3.0.11
3.0.10
3.0.9
3.0.8
3.0.7
3.0.6
3.0.5
3.0.3
3.0.2
3.0.1
3.0.0
2.3.26
2.3.25
2.3.24
2.3.23
2.3.22
2.3.21
2.3.20
2.3.19
2.3.18
2.3.17
2.3.16
2.3.15
2.3.14
2.3.13
2.3.12
2.3.11
2.3.10
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.6
2.0.4
2.0.3
2.0.1
2.0.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.4.41
0.4.40
0.4.39
0.4.38
0.4.37
0.4.36
0.4.35
0.4.34
0.4.33
0.4.32
0.4.31
0.4.30
0.4.29
0.4.28
0.4.27
0.4.25
0.4.23
0.4.22
0.4.21
0.4.20
0.4.19
0.4.18
0.4.17
0.4.16
0.4.15
0.4.14
0.4.13
0.4.12
0.4.11
0.4.10
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.17
0.3.16
0.3.15
0.3.14
0.3.13
0.3.12
0.3.11
0.3.10
0.3.9
0.3.8
0.3.7
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
2D grid and shape iterators w/ multiple orderings
thi.ng/grid-iterators
thi-ng/umbrella
@thi.ng/grid-iterators
/
columns.d.ts
8 lines
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
type
{
GridIterOpts2D
}
from
"./api.js"
;
/** * Yields sequence of 2D grid coordinates in column-major order. * *
@param
opts
- */
export
declare
const
columns2d
:
(
opts
:
GridIterOpts2D
) =>
Generator
<
import
(
"./api.js"
).
GridCoord2D
,
void
,
unknown
>;
//# sourceMappingURL=columns.d.ts.map