CalculateCartesianRange typedef
CalculateCartesianRange =
CartesianRangeResult Function(CartesianRangeContext context)
Defines a Callback that returns a CartesianRangeResult for the
provided context
of type CartesianRangeContext.
Implementation
typedef CalculateCartesianRange = CartesianRangeResult Function(
CartesianRangeContext context,
);