typelift / Swiftx

Functional data types and functions for any project
BSD 3-Clause "New" or "Revised" License
219 stars 28 forks source link

Remove condition on error(_:) #2

Closed CodaFi closed 9 years ago

CodaFi commented 9 years ago

fatalError(_:) is @noreturn in debug and release, unlike assert(_:, _:)