Trn.this - multiple declarations

Function Trn.this

Empty TRN file

this();

Function Trn.this

Parse a TRN file

this (
  in const(string) path
);

Function Trn.this

Parse TRN raw data

this (
  in const(ubyte[]) rawData
);