Struct lowdim::Array [−][src]
pub struct Array<S, V, T, L = <V as Vector<S>>::DefaultLayout> where
S: Integer,
V: Vector<S>,
L: Layout<S, V>, { /* fields omitted */ }Expand description
An array indexed by points in a bounding box.
Implementations
Creates a new array with the given bounding box that is filled with copies of a given element.
👎 Deprecated: Use bbox instead.
👎 Deprecated:
Use bbox instead.
Returns the bounding box of the array.
Returns a reference to the element at the index or None if the index is out of bounds.
Returns a reference to the element at the index or None if the index is out of bounds.
Trait Implementations
Auto Trait Implementations
impl<S, V, T, L> RefUnwindSafe for Array<S, V, T, L> where
L: RefUnwindSafe,
S: RefUnwindSafe,
T: RefUnwindSafe,
V: RefUnwindSafe,
impl<S, V, T, L> UnwindSafe for Array<S, V, T, L> where
L: UnwindSafe,
S: UnwindSafe,
T: UnwindSafe,
V: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
