src.elv.sh/pkg/eval.rangeOpts.Step (field)
5 uses
src.elv.sh/pkg/eval (current package)
builtin_fn_container.go#L186: type rangeOpts struct{ Step vals.Num }
builtin_fn_container.go#L188: func (o *rangeOpts) SetDefaultOptions() { o.Step = 1 }
builtin_fn_container.go#L194: rawNums = []vals.Num{0, args[0], opts.Step}
builtin_fn_container.go#L196: rawNums = []vals.Num{args[0], args[1], opts.Step}
builtin_fn_container.go#L200: switch step := opts.Step.(type) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)