packages

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2018 License: MIT Imports: 28 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var PackageTypes = make(map[string]map[string]interface{}, 4)
View Source
var Packages = make(map[string]map[string]interface{}, 16)

Functions

func DefineImport

func DefineImport(e *vm.Env)

Types

type SortFuncsStruct

type SortFuncsStruct struct {
	LenFunc  func() int
	LessFunc func(i, j int) bool
	SwapFunc func(i, j int)
}

func (SortFuncsStruct) Len

func (s SortFuncsStruct) Len() int

func (SortFuncsStruct) Less

func (s SortFuncsStruct) Less(i, j int) bool

func (SortFuncsStruct) Swap

func (s SortFuncsStruct) Swap(i, j int)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL