mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Also give unsafeBitCast an explicit type parameter. So let x: T = reinterpretCast(y) becomes let x = unsafeBitCast(y, T.self) Swift SVN r20487
3.5 KiB
3.5 KiB