blob: 7d4b11e647552064a4fa340ecef18c8308b48f9e [file] [log] [blame] [view] [edit]
Structs have an extra level of visibility, their fields can be public or
private (which is the default). This visibility only matters when a
struct is accessed from outside the module where it is defined, and its
goal is information hiding (encapsulation).
{struct.play}