Module array

Source
Expand description

Accessor for an array

Structs§

Generic
An accessor to read, modify, and write an array of some type on memory.
Iter
An iterator over a value of T.

Type Aliases§

ArrayDeprecated
An alis of Array
ReadOnly
A read-only accessor.
ReadWrite
A readable and writable accessor.
WriteOnly
A write-only accessor.