Documentation ¶ Index ¶ func Len(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) func Range(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) func Register(c Compiler) type Compiler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Len ¶ func Len(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) func Range ¶ func Range(m *vm.VM, args []vm.Value, nRet int) ([]vm.Value, error) func Register ¶ func Register(c Compiler) Types ¶ type Compiler ¶ type Compiler interface { AddNativeFn(name string, fn vm.NativeFn) } Source Files ¶ View all Source files args.godelete.gohas.golen.gonarg.gorange.gostd.goutil.go Click to show internal directories. Click to hide internal directories.