Identifier.type_instance

Application defined instance of the category ('type')

Each 'type' uniquely identify a kind of data, while 'type_instance' link this to an instance of the data. For example, to continue with the 'df' example (see 'type' documentation), 'type_instance' would probably be set to mount points, such as 'dev', 'run', 'boot'.

struct Identifier
cstring type_instance;

Meta