pub fn ewma_no_nulls<T, I>(vals: I, alpha: T) -> Vec<T>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where A: Allocator, where T: Float + AddAssign, I: IntoIterator<Item = T>, I::IntoIter: TrustedLen,
impl<A> Write for Vec<u8, A> where A: Allocator,