Map manipulation routines


Table of Contents

Map::CheckKeys - Check if a map contains all needed keys
Map::FromString - Convert string "var=val ..." to map $[val:var, ...]
Map::Keys - Return all keys from the map
Map::KeysToLower - Switch map keys to lower case
Map::KeysToUpper - Switch map keys to upper case
Map::ToString - Convert options map $[var:val, ...] to string "var=val ..."
Map::Values - Return all values from the map