CubeFilter typedef

CubeFilter = bool Function(Cube cube)

Filter function for cube coordinates. Returns true if the cube should be included in the result.

Implementation

typedef CubeFilter = bool Function(Cube cube);