fwcd / swift-utils

General-purpose utility library for Swift
https://fwcd.github.io/swift-utils/documentation/utils
MIT License
12 stars 0 forks source link

Investigate whether we should deprecate `Complex` and other types in favor of `swift-numerics` #12

Open fwcd opened 3 weeks ago

fwcd commented 3 weeks ago

swift-numerics seems to be the official implementation of these types, so to improve compatibility with the wider package ecosystem, we may want to consider deprecating these types.