swift-com
swift-com copied to clipboard
Split Swift extensions into separate files
trafficstars
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.