go2hx

manual

github

Module: stdgo.internal.reflectlite

(view library index)

Overview

Index

Functions

import stdgo.internal.reflectlite.Reflectlite

function swapper

function swapper(_x:stdgo.AnyInterface):(:stdgo.GoInt, :stdgo.GoInt):Void

(view code)

function typeOf

function typeOf(_x:stdgo.AnyInterface):stdgo.reflect.Type_

(view code)

function valueOf

function valueOf(_0:stdgo.AnyInterface):stdgo.internal.reflectlite.Value

(view code)

Typedefs

import stdgo.internal.reflectlite.*

typedef Kind

typedef Kind = stdgo.reflect.Kind;

typedef Type_

typedef Type_ = stdgo.reflect.Type_;

typedef Value

typedef Value = stdgo.reflect.Value;