isRefReturnScope

Determine if it's the ambigous case of where return attaches to.

@safe pure @nogc nothrow
bool
isRefReturnScope
(
const ulong stc
)

Parameters

stc ulong

STC flags

Return Value

Type: bool

true if (ref | out) and scope and return

Meta