public let INCREASE_FACTOR_NUME :
public let INCREASE_FACTOR_DENOM :
public let DECREASE_THRESHOLD :
public let DECREASE_FACTOR :
public let DEFAULT_CAPACITY :
public func newCapacity(oldCapacity : Nat) : Nat
Adapted from the base implementation of the
Buffer
class