-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generic
PR followups
#68
Comments
Merged
I think we should consider
|
Thanks @elazarg |
I mean a set for two values (e.g. for TCP/UDP), or more generally a set for K values, which is more difficult to encode into golang's type system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
items to complete before release:
netset.TransportSet
andconnection.Set
? (also confusing withnetset.ConnectionSet
) -- removeconnection.Set
, consider renamingnetset.ConnectionSet
.additional items:
netp
rightTripleSet
andouterTripleSet
?TripleDisjoint
for supporting other protocol numbers in connection set?netset
LeftTripleSet
be defined astype LeftTripleSet[S1 Set[S1], S2 Set[S2], S3 Set[S3]] Product[Product[S1, S2], S3]
(instead of new struct with one member)?The text was updated successfully, but these errors were encountered: