MapSerializer.dump

Writes a map to a file.

class MapSerializer
void
dump
(
K
V
)
(
Map!(V, K) map
,
cstring file_path
)

Parameters

map Map!(V, K)

instance of the array map to dump

file_path cstring

path to where the map should be dumped to

Meta