blob: 2a2e4033b39c435565cd00671ba65ae87bfb230b [file] [log] [blame]
{
"test": {
"file": "test_tooltip_std.rs",
"line": 9,
"col": 12
},
"data": {
"Ok": [
{
"language": "rust",
"value": "pub fn push(&mut self, value: T)"
},
"Appends an element to the back of a collection.\n\n# Panics\n\nPanics if the number of elements in the vector overflows a `usize`.\n\n# Examples\n\n```rust\nlet mut vec = vec![1, 2];\nvec.push(3);\nassert_eq!(vec, [1, 2, 3]);\n```"
]
}
}