We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
unsafe.Sizeof(X) // error, type X is not an expressionunsafe.Sizeof(X{}) // ok
Thanks, you are right, it's wrong from the point of syntax but I wanted to explain the size of the type in this way and not overwhelm with redundant info
unsafe.Sizeof(X) // error, type X is not an expression
unsafe.Sizeof(X{}) // ok