array
Primitive array methods are exposed through Array.
Current methods:
size()empty()first()last()push(value)pop()join(sep = '')includes(value)map(&blk)filter(&blk)slice(first, last, inclusive = t)
arrayPrimitive array methods are exposed through Array.
Current methods:
size()empty()first()last()push(value)pop()join(sep = '')includes(value)map(&blk)filter(&blk)slice(first, last, inclusive = t)