You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the following {call} syntax, the unsafe version is automatically used if the previous argument was the result of another function.
This avoids temporaries when function chaining. Also one only needs to use unsafe at the very start of the chain to have the whole chain being no-copy.
We need to test this, best way probably is to have a when defined(test) or when declared(test) in the template that increments a test global counter
With the following {call} syntax, the
unsafe
version is automatically used if the previous argument was the result of another function.This avoids temporaries when function chaining. Also one only needs to use unsafe at the very start of the chain to have the whole chain being no-copy.
We need to test this, best way probably is to have a
when defined(test)
orwhen declared(test)
in the template that increments a test global counterThe text was updated successfully, but these errors were encountered: