birgersp
Dmitry Kandalov
inline fun <T> Array<T>.push(e: T): Int = asDynamic().push(e) inline fun <T> Array<T>.pop(): T = asDynamic().pop()