unsafePointer
已收录文章:1篇
-
unsafe 包 func Alignof(x ArbitraryType) uintptr func Offsetof(x ArbitraryType) uintptr func Sizeof(x ArbitraryType) uintptr type ArbitraryType int type Pointer *ArbitraryType 在unsafe包中,只提供了3个函数,两个类型。就这么少的量255 收藏