Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix optional unwrapping for new compiler version
'If value is nil and the type T is an Optional type at runtime, the return value will now be .some(nil) rather than nil. This behavior is consistent with the casting behavior when concrete types are used rather than generic types. (40916953)'
- Loading branch information