TypeFunction.attributesEqual

class TypeFunction
const pure nothrow @safe @nogc
bool
attributesEqual
(
const scope TypeFunction other
)

Return Value

Type: bool

whether this function type has the same attributes (@safe,...) as other

Suggestion Box / Bug Report