InformationSize.fromExbibytes constructor

InformationSize.fromExbibytes(
  1. Rational exbibytes
)

Creates an InformationSize representing the specified number of exbibytes.

Implementation

factory InformationSize.fromExbibytes(Rational exbibytes) =>
    InformationSize.fromUnits(InformationUnit.exbibyte, exbibytes);