pub fn any<I: Clone + Ord, II: IntoIterator<Item = Lazy<I>>>( alternatives: II, ) -> Lazy<I>
Accept anything accepted by any of these parsers.