This repository has been archived by the owner on Jun 21, 2022. It is now read-only.
0.5.0
- Access named columns via
myarray.at.x
, equivalent tomyarray["x"]
. - Access numeric columns via
myarray.at(0)
, equivalent tomyarray["0"]
. - All subindexes of jagged indexing is now supported.