Logo

Programming-Idioms

History of Idiom 171 > diff from v9 to v10

Edit summary for version 10 by GobbleCock:
New Rust implementation by user [GobbleCock]

Version 9

2018-10-09, 21:27:12

Version 10

2019-04-10, 14:42:43

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Extra Keywords
push grow
Extra Keywords
push grow
Code
s.push(x)
Doc URL
https://doc.rust-lang.org/nightly/std/vec/struct.Vec.html#method.push