parse

Parses a THOR file given optional filters.

Calls readHeader and readFiletable on the input THOR.

ref
parse
(
return ref THOR thor
,
const(wstring)[] filters = []
,
Flag!"includeRemovals" includeRemovals = Yes.includeRemovals
)

Parameters

thor THOR

The THOR file to parse

filters const(wstring)[]

The filters to use when parsing the filetable

Return Value

Type: THOR

Input thor for easy chaining

Meta