Rapid 1.3.0
Release Notes
- General documentation improvements (fixing typos and whatnot).
Potentially Breaking Changes
repeat(_:)now starts iteration from 0 instead of 1, to more closely match the behavior of the standard library- Issues caused by this should be trivial to fix -- just add 1 to the loop index each time you use it
- Removed
@inlinablefrom everything -- it doesn't make life any easier
Full Changelog: v1.2.0...v1.3.0