Type Alias SRObjectArray

Source
pub type SRObjectArray<T> = SRObject<SRArray<SRObject<T>>>;
Expand description

Wrapper of SRArray exclusively for arrays of objects. Equivalent to SRObjectArray in Swift.

Aliased Typeยง

struct SRObjectArray<T>(/* private fields */);