Avatar
まだ pitch とかは出ていなかった気がしますが,Swift でも Rust みたいに unsafe な API を呼び出すことができる箇所を限定的かつ明示的にすることでそれ以外の箇所が safe であることを保証する試みが...? https://github.com/swiftlang/swift/pull/75413
Allow any declaration to be marked with @unsafe, meaning that it involves unsafe code. This also extends to C declarations marked with the swift_attr("unsafe") attribute. Under a separate...