I can use the following code - typedef i32 MyInt // correct
can I use like this ... ???
struct myStruct
{
int id;
string value;
}
typedef myStruct myAnotherStruct; // Is it possible... ???
I can use the following code - typedef i32 MyInt // correct
can I use like this ... ???
struct myStruct
{
int id;
string value;
}
typedef myStruct myAnotherStruct; // Is it possible... ???