stdgo

Go to Haxe source-to-source compiler

..
bufio
bytes
container
crypto
encoding
hash
image
internal
io
math
path
regexp
sort
strconv
strings
text
unicode
AnyInterface

Simulated any/interface{} type in Haxe. Made up of an Any value and a Reflect._Type The type information is filled in using stdgo.Go.toInterface at macro compile time.

AnyInterfaceData

Chan

Complex

Complex128

Complex64

Error

Go

Almost all macro functions to provide ease of use, using go2hx code in a Haxe manner.

GoArray

GoComplex128

GoComplex64

GoFloat32

GoFloat64

GoInt16

GoInt32

GoInt64

GoInt8

GoMap

GoNumber

uint8 the set of all unsigned 8-bit integers (0 to 255) uint16 the set of all unsigned 16-bit integers (0 to 65535) uint32 the set of all unsigned 32-bit integers (0 to 4294967295) uint64 the set of all unsigned 64-bit integers (0 to 18446744073709551615) int8 the set of all signed 8-bit integers (-128 to 127) int16 the set of all signed 16-bit integers (-32768 to 32767) int32 the set of all signed 32-bit integers (-2147483648 to 2147483647) int64 the set of all signed 64-bit integers (-9223372036854775808 to 9223372036854775807) float32 the set of all IEEE-754 32-bit floating-point numbers float64 the set of all IEEE-754 64-bit floating-point numbers complex64 the set of all complex numbers with float32 real and imaginary parts complex128 the set of all complex numbers with float64 real and imaginary parts byte alias for uint8 * rune alias for int32

GoString

Representation of a GoString in Haxe, implicitly converts to String. GoStringData holds haxe.io.Bytes because GoStrings can hold invalid charachter sequences GoString is pass by ref and needs to manually call __copy__ for pass by copy

GoStringTools

GoUInt16

GoUInt32

GoUInt64

GoUInt8

GoUIntptr

Hold an arbitary pointer address, simulated in Haxe.

Pointer

Slice

StructType

All interfaces and structs unify with this type

Tuple

Tuple is a tuple with two values. It maps to an anonymous object with fields _0 and _1. You can also access with left and right.

TypeInfo

TypeInternalMap