ae v0.0.3053 (2021-06-01T17:26:23Z)
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.