byte constant

Unit const byte

////////////// ////////////// A unit of data amount equal to 8 [SI.BIT] (BinarY TErm, standard name byte).

Implementation

// Data Amount //
/////////////////

/// A unit of data amount equal to `8 [SI.BIT]`
/// (BinarY TErm, standard name `byte`).
static const Unit byte =
    TransformedUnit(SI.bit, RationalConverter._(RationalNumber._(8)));