FlatMap.this - multiple declarations

Function FlatMap.this

Constructs a FlatMap object from other flat map.

this(Rhs, This) (
  auto scope ref Rhs rhs
) scope scope
if (isFlatMap!Rhs && isConstructable!(Rhs, This) && (isRef!Rhs || !is(immutable(This) == immutable(Rhs))));

Parameters

rhs other vector of FlatMap type.

allocator optional allocator parameter.

Examples

TODO

Function FlatMap.this

Forward constructor.

this(Rhs, This) (
  auto scope ref Rhs rhs,
  Forward wf
) scope scope
if (isFlatMap!Rhs && isConstructable!(Rhs, This));