Skip to main content

Method Calls

2
  • .

    The instance member form works for methods and fields. They all expand into calls to the dot operator at macroexpansion ...

  • memfn

    Expands into code that creates a fn that expects to be passed an object and any args and calls the named instance method...