Runes v3.2.0 Release Notes

Release Date: 2016-01-15 // about 8 years ago
    • ๐Ÿ†• [NEW]: Monadic function composition! You can now use <-< and >-> to compose functions of the type T -> [U] or T -> U?. (Adam Sharp)
    • ๐Ÿ‘Œ [Improved]: <^> for Arrays is now marked as @noescape (Kenneth Ackerson)