Structs§
- Arguments
- An argument extractor that extracts all the arguments passed to a function, resolves their
expressions and returns a vector of
Value. - Identifier
- Identifier is an argument extractor that attempts to extract an identifier from an argument’s expression.
- This
- A function argument abstraction enabling dynamic method invocation on a target instance or on the first argument if the function is not called as a method.