Source File
match.go
Belonging Package
src.elv.sh/pkg/eval/mods/re
package reimport ()type matchStruct struct {Text stringStart intEnd intGroups vals.List}func (matchStruct) () {}type submatchStruct struct {Text stringStart intEnd int}func (submatchStruct) () {}
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)