runtime: MakeMap
This commit is contained in:
@@ -16,3 +16,21 @@ import (
|
||||
type _type = abi.Type
|
||||
|
||||
type interfacetype = abi.InterfaceType
|
||||
|
||||
type maptype = abi.MapType
|
||||
|
||||
/*
|
||||
type arraytype = abi.ArrayType
|
||||
|
||||
type chantype = abi.ChanType
|
||||
|
||||
type slicetype = abi.SliceType
|
||||
|
||||
type functype = abi.FuncType
|
||||
|
||||
type ptrtype = abi.PtrType
|
||||
|
||||
type name = abi.Name
|
||||
|
||||
type structtype = abi.StructType
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user