DoubleSet typedef

DoubleSet = Set<double>

Defines a type for a set of doubles.

Implementation

typedef DoubleSet = Set<double>;