Field

A field of a struct, union, or class

template Field (
F
string id
Protection prot = Protection.public_
) {}

Members

Aliases

Type
alias Type = F
Undocumented in source.

Manifest constants

identifier
enum identifier;
Undocumented in source.
protection
enum protection;
Undocumented in source.

Meta