Versions in this module Expand all Collapse all go1 go1.18.10 Jan 10, 2023 Changes in this version + func Alignof(x ArbitraryType) uintptr + func Offsetof(x ArbitraryType) uintptr + func Sizeof(x ArbitraryType) uintptr + type ArbitraryType int + func Slice(ptr *ArbitraryType, len IntegerType) []ArbitraryType + type IntegerType int + type Pointer *ArbitraryType + func Add(ptr Pointer, len IntegerType) Pointer