PropCheck.BasicTypes.vector

You're seeing just the function vector, go back to PropCheck.BasicTypes module for more information.
Link to this function

vector(length, elem_type)

View Source

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.