Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2017-07-28 | 243 Bytes | |
v5.2.1.tar.gz | 2017-07-28 | 60.6 kB | |
v5.2.1.zip | 2017-07-28 | 142.2 kB | |
Totals: 3 Items | 203.1 kB | 0 |
Fixes
- Removed
String.UTF16Index
conformances toRandomInRange
andRandomInClosedRange
for Swift 3.2 and after- This was enabled by an implementation based on
Strideable
, which the type no longer conforms to as of Swift 3.2
- This was enabled by an implementation based on