intBest constant

BestBitCodec<int> const intBest

Implementation

static const intBest = BestBitCodec<int>(codecs: [
  intStepped4Low,
  intLinear8,
  intLinear16,
  intLinear64,
]);