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
I would like to add a default implementation for the methods in PathMultiPiece using Generic. My thought is that, if you have the product of types which all have a PathPiece instance, then you trivially can get a PathMultiPiece instance for their product.
The text was updated successfully, but these errors were encountered:
I would like to add a default implementation for the methods in
PathMultiPiece
usingGeneric
. My thought is that, if you have the product of types which all have aPathPiece
instance, then you trivially can get aPathMultiPiece
instance for their product.The text was updated successfully, but these errors were encountered: