Array.js 45 Bytes
Newer Older
1
export function _push(a, i) {
Justin Woo's avatar
Justin Woo committed
2 3
  a.push(i);
}