Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created June 24, 2021 22:56
Show Gist options
  • Save o-nnerb/0a785f72f0505af19f393ca0af823bad to your computer and use it in GitHub Desktop.
Save o-nnerb/0a785f72f0505af19f393ca0af823bad to your computer and use it in GitHub Desktop.
Double supporting Spacing
extension Double {
public static var spacing: Spacing<Self> {
Spacing()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment