/** * @tsplus getter ImmutableArray size */ export function size(self: ImmutableArray) { return self.array.length }