pub type Vector<'a, S> = &'a [S];Expand description
A type alias of slice,
which represents a contiguous block of scalar data.
See also Metric::measure for
measuring distance between two vectors.
pub type Vector<'a, S> = &'a [S];A type alias of slice,
which represents a contiguous block of scalar data.
See also Metric::measure for
measuring distance between two vectors.