Skip to content

Instantly share code, notes, and snippets.

@Kamandlou
Created May 25, 2022 11:29
Show Gist options
  • Save Kamandlou/f9818dc565805d03b236f9757a18e3e7 to your computer and use it in GitHub Desktop.
Save Kamandlou/f9818dc565805d03b236f9757a18e3e7 to your computer and use it in GitHub Desktop.
Golang numerics types
type Numerics interface {
uint8 | uint16 | uint32 | uint64 | int8 | int16 | int32 | int64 | float32 | float64
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment