Name

tomap — Converts a value to a map.

Synopsis

map tomap ( any VALUE );
 

Parameters

any VALUE

Return

map

Description

 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;