# Functions
ArgListToMap takes a list of strings of the form "key=value" and translate it into a map of the form {key: value}.
FilterArray takes a list and a predicate and returns a list of all elements for whom the predicate returns true.
No description provided by the author