package re

import (
	
)

type matchStruct struct {
	Text   string
	Start  int
	End    int
	Groups vals.List
}

func (matchStruct) () {}

type submatchStruct struct {
	Text  string
	Start int
	End   int
}

func (submatchStruct) () {}