{ $description "Creates a new vector with the given initial capacity." } ;
ARTICLE: "struct-vectors""C struct and union vectors"
"The " { $vocab-link "struct-vectors" } " vocabulary implements vectors specialized for holding C struct and union values. These are growable versions of " { $vocab-link "struct-arrays" } "."