Gregory Petrosyan
Gregory Petrosyan
Yep, that's definitely something I would like to add/improve. Are you aware of any formalization that can be used as the basis for implementation instead of doing it completely ad-hoc?...
Just for the reference: I believe that the proper way to solve this problem is an approach I've used (invented?) for a Rust property-based library I've written: https://github.com/flyingmutant/chaos_theory. I call...
Can you please separate this PR in two parts, support for private fields and type/field customization? Also, please make sure the CI tests all pass.
Merged! Thanks.