DEFAULT_MAX_WIDTH top-level constant

int const DEFAULT_MAX_WIDTH

DEFAULT_MAX_WIDTH is the default maximum width used within a sercset width-range. While width values can be above this value, they are typically less than or equal to this value. This is only a default value used internally in the TargetWidths function.

Implementation

const DEFAULT_MAX_WIDTH = 8192;