hasOwnFunction

Undocumented in source.

Members

Aliases

MatchingFunctions
alias MatchingFunctions = Filter!(FunctionMatchesType, MyFunctions)
Undocumented in source.
MyFunctions
alias MyFunctions = AliasSeq!(__traits(getOverloads, Aggregate, Name))
Undocumented in source.
SuperFunctions
alias SuperFunctions = AliasSeq!(__traits(getOverloads, Super, Name))
Undocumented in source.
SuperMatchingFunctions
alias SuperMatchingFunctions = Filter!(FunctionMatchesType, SuperFunctions)
Undocumented in source.

Enums

FunctionMatchesType
eponymoustemplate FunctionMatchesType(alias Fun)
Undocumented in source.

Manifest constants

hasFunction
enum hasFunction;
Undocumented in source.
hasOwnFunction
enum hasOwnFunction;
Undocumented in source.
hasOwnFunction
enum hasOwnFunction;
Undocumented in source.
hasOwnFunction
enum hasOwnFunction;
Undocumented in source.
superHasFunction
enum superHasFunction;
Undocumented in source.

Meta