static true(context: CodeGenerationContext, type: ts.Type) {
        return new Primitive(llvm.ConstantInt.getTrue(context.llvmContext), type);
    }