Available on crate feature
curve
only.Expand description
Iterable curves, which sample in the form of an iterator in order to support Vec
-like
output whose length cannot be known statically.
Traitsยง
- A curve which provides samples in the form of
Iterator
s.