/** * Constants related to index sets. */ export default class IndexSetConstants { static readonly MASK_BOTTOMBITS = 31; static readonly MASK_TOPBITS: number; static readonly SHIFT_TOPBITS = 5; } //# sourceMappingURL=index_set_constants.d.ts.map