You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
module pervasive IntHashMap
export all
fcn New () : int
proc Free (id : int)
proc Put (id : int,key:string,val:int)
fcn Get (id : int,key:string,var res : int) : int
proc Remove (id : int,key:string)
end HashMap