//
pkg.gl
Category
github.com/gomini/go-mips32
src
unsafe
package
0.0.0-20230220224056-56b0efd6bad0
Repository:
https://github.com/gomini/go-mips32.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.