DataFormat

(Data) Format of file contents.

The name can be either a programming language such as "C", "C++", "D", etc or a data format such as "JSON", "XML" etc.

See: https://en.wikipedia.org/wiki/File_format

@safe
struct DataFormat {}

Alias This

name

Members

Variables

contentPattern
Node contentPattern;

Pattern matching file contents often associated.

name
string name;
Undocumented in source.

Meta