tListDouble constant

TypeReflection<List<double>> const tListDouble

Implementation

static const TypeReflection<List<double>> tListDouble =
    TypeReflection(List, [TypeInfo.tDouble]);