pub fn compare(left: &RollResult, right: &RollResult) -> RollResultExpand description
Compare two rolls
returns:
1if left is greater than right0if left is equal to right-1if left is less than right
pub fn compare(left: &RollResult, right: &RollResult) -> RollResultCompare two rolls
returns:
1 if left is greater than right0 if left is equal to right-1 if left is less than right