go2hx

manual

github

Module: stdgo.unsafe

(view library index)

Overview

Index

Functions

import stdgo.unsafe.Unsafe

function alignof_

function alignof_(x:stdgo.AnyInterface):stdgo.GoUIntptr

(view code)

function offsetof_

function offsetof_(x:stdgo.AnyInterface):stdgo.GoUIntptr

(view code)

function sizeof

function sizeof(x:stdgo.AnyInterface):stdgo.GoUIntptr

(view code)

function slice

function slice(_ptr:stdgo.Pointer<Dynamic>, _len:stdgo.GoInt):Array<Dynamic>

(view code)

function sliceData

function sliceData(s:stdgo.Slice<sliceData.T>):Dynamic

(view code)

function string

function string(s:stdgo.Pointer<stdgo.GoByte>, len:stdgo.GoInt):stdgo.GoString

(view code)

function stringData

function stringData(s:stdgo.GoString):Dynamic

(view code)

Typedefs

import stdgo.unsafe.*

typedef Pointer_

typedef Pointer_ = stdgo.unsafe.UnsafePointer;

Abstracts

abstract UnsafePointer

(view file containing code)