ExKcal.Fats (ExKcal v0.0.5)

Fats split into subcategories.

Link to this section Summary

Types

t()

Amounts of different fat types.

Amount of substance and unit it is represented in.

Link to this section Types

Specs

t() :: %ExKcal.Fats{
  monounsaturated: weight(),
  polyunsaturated: weight(),
  saturated: weight(),
  total: weight()
}

Amounts of different fat types.

Specs

volume() :: {float(), :l | :dl | :ml} | {nil, :none}

Specs

weight() :: {float(), :kg | :g | :mg | :μg} | {nil, :none}

Amount of substance and unit it is represented in.