methods for manipulating strings
stringifys a map
Parameter | Type | Description |
---|---|---|
map | Map | map to stringify |
parses a map stringified by stringifyMap
Parameter | Type | Description |
---|---|---|
map | Map | map to parse |
stringifys a set
Parameter | Type | Description |
---|---|---|
set | Set | set to stringify |
parses a set stringified by stringifySet
Parameter | Type | Description |
---|---|---|
set | Set | set to parse |