push

inline fun <T> Array<T>.push(item: T)(source)
inline fun <T> Array<T>.push(vararg items: T)(source)