A parsed, unrolled dice expression. A dice expression can be built manually or can be parsed from human-readable dice notation like d20, 2d4+1, etc.
Summary
Types
@type t() :: %Srd.Dice.Expr{ count: pos_integer(), modifier: integer(), sides: pos_integer() }