Collection.this

Constructs a new collection instance that is tied to a particular parent collection entry.

struct Collection(I)
this
if (
is(I == interface)
)

Parameters

api I

The target interface imstance to be mapped as a collection

pids ParentIDs

The indexes of all collections in which this collection is nested (if any)

Meta