swift-com icon indicating copy to clipboard operation
swift-com copied to clipboard

Split Swift extensions into separate files

Open compnerd opened this issue 3 years ago • 0 comments

The extensions to provide Swift friendly interfaces should be split into <Interface>+Extensions.swift files. This will allow the eventual removal of the <Interface>.swift files.

We should move the extensions into a separate directory to ease finding the extensions.

compnerd avatar Mar 19 '21 05:03 compnerd