Mapping or hashtable in Move

Expert

Does Move provide mapping or hashtable like data types?

Answers 1

Unfortunately, maps are not supported in the initial version of Move. In my opinion, they should be top priority to add in the next releases as this a very important data structure for writing an efficient code.