Checks that if List list can be a List<num>
List
list
List<num>
static bool isNums(Iterable list) => list.every(isNum);