[src]

Function std::slice::append_one

pub fn append_one<T>(lhs: ~[T], x: T) -> ~[T]

Appends one element to the vector provided. The vector itself is then returned for use again.