Module: stdgo.unsafe
(view library index)
import stdgo.unsafe.Unsafe
function alignof_(x:stdgo.AnyInterface):stdgo.GoUIntptr
(view code)
function offsetof_(x:stdgo.AnyInterface):stdgo.GoUIntptr
(view code)
function sizeof(x:stdgo.AnyInterface):stdgo.GoUIntptr
(view code)
function slice(_ptr:stdgo.Pointer<Dynamic>, _len:stdgo.GoInt):Array<Dynamic>
(view code)
function sliceData(s:stdgo.Slice<sliceData.T>):Dynamic
(view code)
function string(s:stdgo.Pointer<stdgo.GoByte>, len:stdgo.GoInt):stdgo.GoString
(view code)
function stringData(s:stdgo.GoString):Dynamic
(view code)
import stdgo.unsafe.*
typedef Pointer_ = stdgo.unsafe.UnsafePointer;
(view file containing code)