File Size v3.0.1 FileSize.Units.Info View Source
A struct that contains information for a particular unit.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %FileSize.Units.Info{
coeff: non_neg_integer(),
exp: non_neg_integer(),
max_value: non_neg_integer(),
min_value: non_neg_integer(),
mod: module(),
name: FileSize.unit(),
symbol: FileSize.unit_symbol(),
system: nil | FileSize.unit_system()
}
t() :: %FileSize.Units.Info{ coeff: non_neg_integer(), exp: non_neg_integer(), max_value: non_neg_integer(), min_value: non_neg_integer(), mod: module(), name: FileSize.unit(), symbol: FileSize.unit_symbol(), system: nil | FileSize.unit_system() }