FloatSeq typedef

FloatSeq = List<double>

A sequence of floats.

Implementation

typedef FloatSeq = List<double>;