test_kit
Types
Alias
Any = Data
Functions
A convenient way of upcasting any serialisable type to Data
instead of doing let data: Data = any
Pretty-print data with label. This function calls
fuzz.label
internally, so it will work with property testing.