Closed bklaric closed 6 years ago
I have a use case where in one branch I want to insert a field using the record builder, while in another branch I want to keep it unchanged. This PR addresses the "keep it unchanged" part by adding the passThrough builder.
passThrough
Nvm, I just realized I could just use identity directly. :see_no_evil:
identity
I have a use case where in one branch I want to insert a field using the record builder, while in another branch I want to keep it unchanged. This PR addresses the "keep it unchanged" part by adding the
passThrough
builder.