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
[ownership] Add some helpers to BorrowedValue that lets you use it easily as a value.
Specifically I provided a '->' and a '*' operator. So now you can do:
```
borrowedValue->callSILValueMethod();
```
and explicitly cast to SILValue using '*'.
0 commit comments