ArchiveMember.index

uint index(uint value) @property @safe pure nothrow @nogc

The index of this archive member within the archive. Set this to a different value for reordering the members of an archive.

Parameters

valueIndex value to set.

Returns

The index.
uint index() @property const @safe pure nothrow @nogc

ditto