ItemCopyWith<Copy, Elem, Result> typedef
ItemCopyWith<Copy, Elem, Result> =
Copy Function(Elem a, Then<Elem, Result> b)
Implementation
typedef ItemCopyWith<Copy, Elem, Result> = Copy Function(
Elem a, Then<Elem, Result> b);