Home
last modified time | relevance | path

Searched defs:concat (Results 1 – 2 of 2) sorted by relevance

/rust/macros/
Dpaste.rs5 fn concat(tokens: &[TokenTree], group_span: Span) -> TokenTree { in concat() function
/rust/alloc/
Dslice.rs559 pub fn concat<Item: ?Sized>(&self) -> <Self as Concat<Item>>::Output in concat() method
692 fn concat(slice: &Self) -> Self::Output; in concat() method
712 fn concat(slice: &Self) -> Vec<T> { in concat() method