//
pkg.gl
Category
github.com/icattlecoder/go
src
pkg
unsafe
package
0.0.0-20130121074735-1d03baafba06
Repository:
https://github.com/icattlecoder/go.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
5 SLOC
#
Functions
Alignof
Alignof returns the alignment of the value v.
Offsetof
Offsetof returns the offset within the struct of the field represented by v, which must be of the form structValue.field.
Sizeof
Sizeof returns the size in bytes occupied by the value v.
#
Type aliases
ArbitraryType
ArbitraryType is here for the purposes of documentation only and is not actually part of the unsafe package.