Skip to content

Vlod-github/Risk-free-creation-of-hashtable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Risk-free creation of hashtable

Example

local hashtable ht = HT_create()
call SaveInteger(ht, 0, 0, 123)
call SaveInteger(ht, 0, 1, 124)
call FlushChildHashtable(ht, 0)
call HT_destroy(ht)
set ht = null

About

Risk-free creation of hashtable in vjass

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages