SRD conditions, looked up by slug.
Summary
Functions
Every condition.
Look up a condition by slug, raising if there is none.
Look up a condition by slug, returning nil if there is none.
Functions
@spec all() :: [Srd.Content.Condition.t()]
Every condition.
@spec fetch!(String.t()) :: Srd.Content.Condition.t()
Look up a condition by slug, raising if there is none.
@spec get(String.t()) :: Srd.Content.Condition.t() | nil
Look up a condition by slug, returning nil if there is none.