Type Alias ArrayLike

Source
pub type ArrayLike<T> = Array<T>;

Aliased Typeยง

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