ae v0.0.3141 (2022-02-14T00:51:10Z)
Home
Dub
Repo
DirectView.Row
ae
utils
graphics
view
DirectView
Allows array-like view
y
x
access.
mixintemplate
DirectView
()
static
struct
Row {
StorageType
[]
scanline
;
inout
(
COLOR
)
opIndex
(xy_t x);
}
Members
Functions
opIndex
inout
(
COLOR
)
opIndex
(xy_t x)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
scanline
StorageType
[]
scanline
;
Meta
Source
See Implementation
ae
utils
graphics
view
DirectView
aliases
COLOR
StorageType
functions
opIndex
opIndexAssign
structs
Row
Allows array-like viewyx access.