Return (; a, b )

It returns a NamedTuple. The syntax is sugar for return (; a=a, b=b).

7 Likes