PropCheck.BasicTypes.binary
You're seeing just the function
binary
, go back to PropCheck.BasicTypes module for more information.
Specs
binary() :: type()
All binaries.
Instances shrink towards the empty binary, ""
.
Specs
binary(non_neg_integer()) :: type()
All binaries with a byte size of length
.
length
must be an Elixir expression that evaluates to a non-negative integer.
Instances shrink towards binaries of zeroes.