pub fn may_count<T, I, U>(if: I, count: usize, unit: U) -> MayUnit<U, I, T>where U: Neu<T>, I: Neu<T>,