TypeFunction.attributesEqual

class TypeFunction
extern (D) 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

Meta