pub fn counted_loc( __input: &'input str, f: &mut Factory<'_>) -> Result<CLoc, ParseError<<str as Parse>::PositionRepr>>
Parses a location followed a hashtag # and a count (integer, usize).
#