Type Definition lnkit::prelude::Point1[][src]

type Point1<T> = Point<T, 1_usize>;

A statically sized 1-dimensional column point.

Because this is an alias, not all its methods are listed here. See the Point type too.