#How to implement a `map[string]any` type similar to Go language?

1 messages · Page 1 of 1 (latest)

merry magnet
#

How to implement a map[string]any type similar to Go language

lost dock
#

you could use std.HashMap for that

#

do you just need a working hashmap or do you want to make one from scratch?