#How to implement a `map[string]any` type similar to Go language?
1 messages · Page 1 of 1 (latest)
you could use std.HashMap for that
do you just need a working hashmap or do you want to make one from scratch?
std.HashMap
1 messages · Page 1 of 1 (latest)
How to implement a map[string]any type similar to Go language
you could use std.HashMap for that
do you just need a working hashmap or do you want to make one from scratch?
std.HashMap