tomap — Converts a value to a map.
map tomap (
)
VALUE
If the value can't be converted to a map, nilmap is returned. Functionality partly replaced with retyping: any a = $[1:1, 2:2]; map m = (map) a;