PropCheck.BasicTypes.vector
You're seeing just the function
vector
, go back to PropCheck.BasicTypes module for more information.
Specs
vector(non_neg_integer(), raw_type()) :: type()
All lists of length length
containing elements of type elem_type
.
length
must be an Elixir expression that evaluates to a non-negative integer.