orx_v

Trait NVecCore

Source
pub trait NVecCore<D: Dim, T>: NVecCoreSealed<D, T> { }
Expand description

Core & common functionalities of vectors.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§

Source§

impl<D: Dim, V: NVecCoreSealed<D, T>, T> NVecCore<D, T> for V