necsim_impls_no_std
0.1.0
RcArray2D
Aliased type
In necsim_impls_no_std::array2d
?
Settings
Type Alias
necsim_impls_no_std
::
array2d
::
RcArray2D
Copy item path
source
·
[
−
]
pub type RcArray2D<T> =
Array2D
<T,
Rc
<
[T]
>>;
Aliased Type
§
struct RcArray2D<T> {
/* private fields */
}