Copy of Function
Use functions to modularize shared logic such as data extraction and generation.
Argument Order
Arguments in knot
can be matched through punning rather than by position. Use the parameter explosion function call modifier (#
) to use named arguments and enable punning.
Last updated
Was this helpful?