Suppose I have the following struct:
struct Data { float zs[50]; };
I\'m trying to create a rapidcheck generator similarly to the ones de