addCompiler

Return: add a compiler to the flags data if it is missing.

@safe @safe nothrow
addCompiler
(
RangeT
)
(
RangeT r
,
Compiler compiler
)
if (
is(ElementType!RangeT == ParsedCompileCommand)
)

Meta