All Implemented Interfaces:
PostfixMathCommandI, Serializable
Direct Known Subclasses:
MatrixDictKeys

public class Keys extends UnaryFunction
Return the keys of a map a nested list of key-value pairs. Evaluating
map = {'x':2, 'y':3};
keys(map);
gives ['x', 'y'] , order is not guaranteed. Returns a Vector<Object>.
Since:
Jep 4.1
See Also: