ocean v6.1.0 (2021-04-20T01:38:04Z)
Home
Dub
Repo
Row.opApply
ocean
io
console
Tables
Table
Row
foreach iterator over the cells in this row and their indices.
int
opApply
(int delegate(ref Cell cell) dg)
int
opApply
(int delegate(ref size_t i, ref Cell cell) dg)
class
Row
int
opApply
(
scope
int
delegate
(
ref
size_t
i
,
ref
Cell
cell
)
dg
)
Meta
Source
See Implementation
ocean
io
console
Tables
Table
Row
functions
display
length
opApply
opIndex
set
setDivider
setWidth
structs
Cell
variables
cells
foreach iterator over the cells in this row and their indices.