Function AggregateContainer.has

Check if an object is present in one of containers, or it is a container itself.

inout bool has (
  const(string) identity
);

Check if an object is present in one of containers, or it is a container itself.

Parameters

NameDescription
identity identity of object to be checked

Returns

bool true if exists, false otherwise