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
If you have a satisfier, you should just call descriptor.satisfy() with it. There's no reason to call .plan() except if you have some extra knowledge about which keys are available (or not available) and want to save calls to your satisfier.
If you have a T: Satisfier and call descriptor.plan().satisfy() with it, you get the same result as if you'd called descriptor.satisfy() except that you lookup all your signatures twice.