Type Alias SemifiniteFunction

Source
pub type SemifiniteFunction<T> = SemifiniteFunction<VecKind, T>;

Aliased Type§

pub struct SemifiniteFunction<T>(pub VecArray<T>);

Tuple Fields§

§0: VecArray<T>