Skip to content

Reconstruct imported type through extensible function

Philip Bittihn requested to merge importconstructors into dev

Make reconstructing imported data more flexible. Instead of always calling the keyword-only constructor, makes it possible to switch to the constructor with positional arguments or to provide a custom function instead.

Merge request reports