pub fn comment<T>(i: T) -> Res<T, TextType<T>>where T: InputTakeAtPosition + InputLength + Span, <T as InputTakeAtPosition>::Item: AsChar,