tListInt constant

TypeReflection<List<int>> const tListInt

Implementation

static const TypeReflection<List<int>> tListInt =
    TypeReflection(List, [TypeInfo.tInt]);