loopunroll

Unroll loop if possible.

version(COMPILE)
nothrow @safe extern (C++) @trusted
bool
loopunroll
(
ref loop l
)

Parameters

l loop

loop to unroll

Return Value

Type: bool

true if loop was unrolled

Suggestion Box / Bug Report