CountShips(q:Expr):Int
Count number of ships satisfying a condition. The expression q is evaluated for each ship, and the ship is counted if it returns true.
This function is (almost) equivalent to Count(Ship, q).
See also: Elementary Functions
CountShips(q:Expr):Int
Count number of ships satisfying a condition. The expression q is evaluated for each ship, and the ship is counted if it returns true.
This function is (almost) equivalent to Count(Ship, q).
See also: Elementary Functions