alength function

int alength(
  1. dynamic array$1
)

Implementation

dc.int alength(dc.dynamic array$1, ){
return (array$1 as dc.List).length;
}