if ( this.capacity < len ) {

        this.capacity = len * this.growthrate ;

        this.array = this.realloc( this.array , this.capacity ) ;