Array

Trait Array 

Source
pub trait Array: Any { }
Expand description

Array parameter.

Implementations on Foreign Types§

Source§

impl Array for CellRange

Source§

impl Array for CellRef

Source§

impl<T: Array + Any + Sized> Array for Option<T>

Implementors§

Source§

impl<A: Array> Array for FParentheses<A>

Source§

impl<T: Any, const N: usize> Array for FArray<T, N>