InformationSize.fromGibibytes constructor

InformationSize.fromGibibytes(
  1. Rational gibibytes
)

Creates an InformationSize representing the specified number of gibibytes.

Implementation

factory InformationSize.fromGibibytes(Rational gibibytes) =>
    InformationSize.fromUnits(InformationUnit.gibibyte, gibibytes);