loopunroll

Unroll loop if possible.

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

Parameters

l Loop

loop to unroll

Return Value

Type: bool

true if loop was unrolled

Meta