Trait ilattice::vector::Ones[][src]

pub trait Ones {
    const ONES: Self;
}

Associated Constants

A vector of all ones.

Implementations on Foreign Types

Implementors