Function |concat
std/ops/vec::|concat
Usage
|concat<T>(first, second)
Generics
◻ T (any)
Parameters
↳ first: Vec<T>
↳ second: Vec<T>
Return
↴ Vec<T>
Concatenate second onto the end of first and return the combined vector.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
std/ops/vec::|concat
|concat<T>(first, second)
◻ T (any)
↳ first: Vec<T>
↳ second: Vec<T>
↴ Vec<T>
Concatenate second onto the end of first and return the combined vector.