DoubleSet typedef

DoubleSet = Set<double>

Type alias for a set of doubles.

Implementation

typedef DoubleSet = Set<double>;