Type Alias KdSlice1

Source
pub type KdSlice1<T> = KdSliceN<T, U1>;

Aliased Typeยง

struct KdSlice1<T>(/* private fields */);