Samasaur1 / DiceKit

A Swift module for simulating dice both real and unreal
https://samasaur1.github.io/DiceKit/
Academic Free License v3.0
4 stars 4 forks source link

CustomStringConvertible and CustomDebugStringConvertible #64

Closed Samasaur1 closed 5 years ago

Samasaur1 commented 5 years ago

Every type in DiceKit should conform to both CustomStringConvertible and CustomDebugStringConvertible. I think maybe this should be part of Rollable as well.

Samasaur1 commented 5 years ago

a530c1e816ce7d2016ffcc46a6c9dae77b5c2a32 started/possibly finished this