Learn more about cloning repositories
You have read-only access
[stdlib] Rename reinterpretCast => unsafeBitCast Also give unsafeBitCast an explicit type parameter. So let x: T = reinterpretCast(y) becomes let x = unsafeBitCast(y, T.self) Swift SVN r20487