TIL rethrows in Swift
Read again source of StringObject in Swift stdlib. No way I could use this anywhere soon.
Firstly came across rethrows in Swift in https://github.com/apple/swift/blob/main/stdlib/public/core/String.swift#L558.
Jumped to How to use the rethrows keyword in Hacking with Swift. I don’t know why I didn’t use it before.