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
Based on this pr: #339 it's super easy to implement one case of CandidateValue and forget about the rest, so a helper for implementing the Single/Multiple cases might be helpful.
Although maybe we can skip the ceremony and instead just have the programmer give us a way to lookup the key in the collection or transform the key into a vertex and implement the first two fn's ourselves
Once this is resolved, it can be added to stubgen.
The text was updated successfully, but these errors were encountered:
Based on this pr: #339 it's super easy to implement one case of CandidateValue and forget about the rest, so a helper for implementing the Single/Multiple cases might be helpful.
An idea for api design:
Although maybe we can skip the ceremony and instead just have the programmer give us a way to lookup the key in the collection or transform the key into a vertex and implement the first two fn's ourselves
Once this is resolved, it can be added to stubgen.
The text was updated successfully, but these errors were encountered: