79386297

Date: 2025-01-25 06:58:38
Score: 2
Natty:
Report link

Use the reflect package to get the size of the type.

s := reflect.TypeFor[Coord3d]().Size()
fmt.Println(s) // prints 24
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Reflected Bias