|
|
|
|
|
by WickedSmoke
1134 days ago
|
|
How would using an existing structure definition where an undefined type is found break anything? Compilers already know what you want to do as it will print an error such as: "unknown type name ‘Vec’; use ‘struct’ keyword to refer to the type". |
|