Marks function/method for usage with AttributedFunction.
Former will call a Hook after calling attributed function/method and provide its return value as a single input parameter for a Hook.
There can be only one "after"-attribute attached to a single symbol.
internal attribute struct that embeds supplied information
auto filter(int result) { return result; } @after!filter() int foo() { return 42; }
See Implementation
Marks function/method for usage with AttributedFunction.
Former will call a Hook after calling attributed function/method and provide its return value as a single input parameter for a Hook.
There can be only one "after"-attribute attached to a single symbol.