Jai has a very useful and neat feature to set context values inline for a function call: ``` Foo(a, b, c ,, logger=my_logger, allocator=temp); ``` And the first argument if unnamed is for the allocator.
Jai has a very useful and neat feature to set context values inline for a function call:
And the first argument if unnamed is for the allocator.