std::collections::list {Type}

add_array

fn void List.add_array(&self, Type[] array) @deprecated("Use push_all")
Add the values of an array to this list.

Parameters