struct
The struct is a keyword for defining custom plain old data memory layouts. The structs in Bjarne language cannot have methods, and cannot be derived.
For more information on initializations, refer to the Initialization.
Syntax
struct Identifier
{
};