Explanation: Makes as many of the span, bytes, mutableSpan and mutableRawSpan properties as possible available to backdeployed targets. This is possible when the implementation only relies on pre-e...
1
4:34 AM
標準ライブラリが静的リンクされている場合は実行時に判定する必要がないからコンパイル時に最適化して if を削除 or 展開してくれたりしないかなーと気になりました.ただ,そうなるともしかして #if swift(>=6.2) とかの劣化版みたいな感じになっちゃいますかね?