golang中unsafe包浅析

    xiaoxiao2021-03-25  109

    unsafe内容介绍

    func Alignof(x ArbitraryType) uintptr func Offsetof(x ArbitraryType) uintptr func Sizeof(x ArbitraryType) uintptr type ArbitraryType int type Pointer *ArbitraryType

    这个包中,只提供了3个函数,两个类型。就这么少的量࿰

    转载请注明原文地址: https://ju.6miu.com/read-7962.html

    最新回复(0)