The point that U := {} and V := String is a bit strange as this is not the way we introduce default parameters in Swift. Typing Pack<Int, String> I expect an error here.
2 Likes
The point that U := {} and V := String is a bit strange as this is not the way we introduce default parameters in Swift. Typing Pack<Int, String> I expect an error here.