Flash.get

Undocumented in source. Be warned that the author may not have intended to support it.
struct Flash(uint byteSize)
T
get
(
T
)
(
uint address
)
if (
is(T == byte) ||
is(T == ubyte)
)
if (
byteSize == 64 * BYTES_PER_KIB ||
byteSize == 128 * BYTES_PER_KIB
)

Meta