Avatar
ちなみに SE-0446 だと ~Escapable の対応はまだ限定的で,完成させるには lifetime dependencies の仕様を固めて行かないといけなくて,それは 1 バージョンですぐに実現するのは難しいから,今後数バージョンにわたって徐々に対応していきますよというアナウンスが先日ありましたね. https://forums.swift.org/t/experimental-support-for-lifetime-dependencies-in-swift-6-2-and-beyond/78638 (edited)
Hello, Swift community. SE-0446 added basic language support in Swift for non-escapable types, whose values are restricted in scope. However, it intentionally left out the ability for functions and properties to return values of these types, pending a future proposal to add lifetime dependencies. The design and implementation of that proposal i...