You'll have to pass in a reference to that functio...
# announcements
d
You'll have to pass in a reference to that function that, the type would then be
(MyDataType) -> MyDataType
and you could create it using
MyDataType::copy
.