go2hx

manual

github

Module: stdgo.internal

(view library index)

Overview

Index

Variables

import stdgo.internal.Random
var MAX_VALUE_FLOAT:Float
var MODULUS:Float
var MULTIPLIER:Float
var seed:Float

Functions

import stdgo.internal.Random

function generate

function generate():Float

(view code)

function int

function int(min:Int, max:Int):Int

(view code)

function shuffle

function shuffle(a:Array<shuffle.T>):Array<shuffle.T>

(view code)

Classes

import stdgo.internal.*

class TypeInfoData\go2hx\

var names:Map<String, Dynamic>

TypeInfoData\go2hx\ function new

function new():Void

(view code)

class Async

Async function tick

function tick():Void

(view code)

class Macro

Macro function controlFlow

function controlFlow(expr:Dynamic):Dynamic

Macro function stack

function stack(expr:Dynamic):Dynamic

class TypeInfo

var names:stdgo.internal._TypeInfo.TypeInternalMap

Abstracts

abstract TypeInternalMap

(view file containing code)