github.com/switchupcb/yaegi@v0.10.2/stdlib/go1_17_hash_maphash.go (about)

     1  // Code generated by 'yaegi extract hash/maphash'. DO NOT EDIT.
     2  
     3  //go:build go1.17
     4  // +build go1.17
     5  
     6  package stdlib
     7  
     8  import (
     9  	"hash/maphash"
    10  	"reflect"
    11  )
    12  
    13  func init() {
    14  	Symbols["hash/maphash/maphash"] = map[string]reflect.Value{
    15  		// function, constant and variable definitions
    16  		"MakeSeed": reflect.ValueOf(maphash.MakeSeed),
    17  
    18  		// type definitions
    19  		"Hash": reflect.ValueOf((*maphash.Hash)(nil)),
    20  		"Seed": reflect.ValueOf((*maphash.Seed)(nil)),
    21  	}
    22  }