This removes the use of naked functions, because they can be replaced with global assembly (it's just slightly less readable), and naked functions aren't on track for any sort of swift stabilization.
This isn't intended to meaningfully break much, but you'll have to adjust your imports.
This removes the use of
naked
functions, because they can be replaced with global assembly (it's just slightly less readable), and naked functions aren't on track for any sort of swift stabilization.This isn't intended to meaningfully break much, but you'll have to adjust your imports.
TODO: