Versions in this module Expand all Collapse all v0 v0.0.1 Dec 6, 2024 Changes in this version + type Quantity struct + func MustParse(value int) Quantity + func Parse(value int) (Quantity, error) + func (q Quantity) Equal(q2 Quantity) bool + func (q Quantity) MarshalText() ([]byte, error) + func (q Quantity) String() string + func (q Quantity) Value() int