Archive.Properties

(Optional) Alias to allow for easy referencing the proper archive Properties type for Policy. e.g. Tar archives do not have any archive-wide properties, while zip files have an archive comment.

class Archive(T, Filter = NullArchiveFilter)
static if(T.hasProperties)
alias Properties = T.Properties

Meta