dcell v0.0.1 (2022-09-11T20:14:58Z)
Dub
Repo
CellBuffer.opIndexAssign
dcell
cell
CellBuffer
Set content for the cell.
void
opIndexAssign
(Cell c, size_t x, size_t y)
class
CellBuffer
pure
void
opIndexAssign
(
Cell
c
,
size_t
x
,
size_t
y
)
void
opIndexAssign
(Cell c, Coord pos)
void
opIndexAssign
(string s, Coord pos)
void
opIndexAssign
(Style style, Coord pos)
void
opIndexAssign
(string s, size_t x, size_t y)
void
opIndexAssign
(Style v, size_t x, size_t y)
Parameters
c
Cell
content to store for the cell.
Meta
Source
See Implementation
dcell
cell
CellBuffer
constructors
this
functions
dirty
fill
get
isLegal
opDollar
opIndex
opIndexAssign
resize
setAllDirty
setDirty
size
Set content for the cell.