TabletopAssistant / DiceKit

Swift framework for expressing and evaluating dice notation (e.g., d20, 4d6+4, 3d8×10+2), which is commonly used in tabletop role-playing games.
Apache License 2.0
14 stars 1 forks source link

Use associatedtype to declare associated types #137

Closed JonathanHoffman closed 8 years ago

JonathanHoffman commented 8 years ago

In Swift 3, typealias can no longer be used to declare associated types. We must now use associatedtype moving forward.

@brentleyjones

brentleyjones commented 8 years ago

:+1: