tListBool constant

TypeReflection<List<bool>> const tListBool

Implementation

static const TypeReflection<List<bool>> tListBool =
    TypeReflection(List, [TypeInfo.tBool]);