🚀 Feature Request
Make fc.anything({ withBigInt: true, withTypedArray: true }) generate bigint typed arrays
Motivation
Right now there isn't a way to make fc.anything() generate bigint typed arrays. I think it'd be pretty logical that specifying withBigInt: true would imply that withTypedArray: true should also include bigint typed arrays