Files
moxa/stdlib/go1_15_hash_maphash.go
2020-09-29 18:42:05 +02:00

22 lines
437 B
Go

// Code generated by 'yaegi extract hash/maphash'. DO NOT EDIT.
// +build go1.15,!go1.16
package stdlib
import (
"hash/maphash"
"reflect"
)
func init() {
Symbols["hash/maphash"] = map[string]reflect.Value{
// function, constant and variable definitions
"MakeSeed": reflect.ValueOf(maphash.MakeSeed),
// type definitions
"Hash": reflect.ValueOf((*maphash.Hash)(nil)),
"Seed": reflect.ValueOf((*maphash.Seed)(nil)),
}
}