Avatar
ライフタイム依存関係の提案も前提にしていて、Spanを返す本体が生きてる間しか使えないっぽい borrowing funcの場合に dependsOn を自動適用するらしい https://github.com/swiftlang/swift-evolution/blob/e814e62c17741dfe82e2f55eb1d751157c77a853/proposals/NNNN-lifetime-dependency.md#implicit-lifetime-dependencies
This maintains proposals for changes and user-visible enhancements to the Swift Programming Language. - swiftlang/swift-evolution
11:32 PM
Rustでいうところのlifetime parameterを、明示的な型パラメータとして導入することなしに、関数のアトリビュートとかでフロー解析的に対応しようとしているのかな・・・?