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