ae v0.0.2824 (2020-10-12T01:09:09Z)
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
;
Undocumented in source.
Meta
Source
See Implementation
ae
utils
graphics
view
DirectView
aliases
COLOR
StorageType
functions
opIndex
opIndexAssign
structs
Row
Allows array-like viewyx access.