18/12/2018 - DiscardableResult Function in Swift 4.2 (EASY)
Learn how to ignore return values using @discardableResult
Many functions return values, but sometimes you don’t care what the return value is – you might want to ignore it sometimes, and use it other times.
2 Lessons