Skip to content

Instantly share code, notes, and snippets.

@o-nnerb
Created June 24, 2021 22:54
Show Gist options
  • Save o-nnerb/3e6300ad6013dfdfd852fb23d61272ff to your computer and use it in GitHub Desktop.
Save o-nnerb/3e6300ad6013dfdfd852fb23d61272ff to your computer and use it in GitHub Desktop.
Spacing contains a generic Number type
public struct Spacing<Number: Numeric> {
public var small: Number {
32
}
public var medium: Number {
64
}
public var large: Number {
128
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment