Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change 'unsafeDowncast' to 'as!' (#52)
Motivation: The 'unsafeDowncast' can cause a miscompile leading to unexpected runtime behaviour. Modifications: - Use 'as!' instead Result: No miscompiles on 5.10
- Loading branch information