Set.this

Initializes this Set from another one.

If init is passed by reference, it will be copied. If init is passed by value, it will be moved.

Parameters

S

Source set type.

init S

Source set.

allocator Allocator

Allocator.

Precondition: allocator !is null.

Meta