package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

Alignof returns the alignment of the value v.
Offsetof returns the offset within the struct of the field represented by v, which must be of the form structValue.field.
Sizeof returns the size in bytes occupied by the value v.

# Type aliases

ArbitraryType is here for the purposes of documentation only and is not actually part of the unsafe package.