21 lines
395 B
Go
21 lines
395 B
Go
// Code generated by 'yaegi extract index/suffixarray'. DO NOT EDIT.
|
|
|
|
// +build go1.16
|
|
|
|
package stdlib
|
|
|
|
import (
|
|
"index/suffixarray"
|
|
"reflect"
|
|
)
|
|
|
|
func init() {
|
|
Symbols["index/suffixarray"] = map[string]reflect.Value{
|
|
// function, constant and variable definitions
|
|
"New": reflect.ValueOf(suffixarray.New),
|
|
|
|
// type definitions
|
|
"Index": reflect.ValueOf((*suffixarray.Index)(nil)),
|
|
}
|
|
}
|