RollComparison
public enum RollComparison : CaseIterable
An enum representing a comparison between two Rolls.
Since
0.15.0-
If it is greater than or equal to the target.
Declaration
Swift
case orHigher -
If it is less than or equal to the target.
Declaration
Swift
case orLower -
If it is exactly equal to the target.
Declaration
Swift
case exactly
View on GitHub
RollComparison Enumeration Reference