withLeft

fun withLeft(newLeft: X): ValidatedPair.Tuple<X, Y>

Constructs a new Tuple with an updated left side only, using the existing right side

Return

new Tuple instance with new left element and existing right element

Author

fzzyhmstrs

Since

0.6.0

Parameters

newLeft

X the new left element