commandIsMap function

bool commandIsMap(
  1. List args
)

Function of type_is_map command

Implementation

bool commandIsMap(List args) => expEval(args[0]) is Map;