Searched defs:concat (Results 1 – 2 of 2) sorted by relevance
5 fn concat(tokens: &[TokenTree], group_span: Span) -> TokenTree { in concat() function
559 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat() method692 fn concat(slice: &Self) -> Self::Output; in concat() method712 fn concat(slice: &Self) -> Vec<T> { in concat() method