Function typed

Wrap up a container into a type based container.

auto auto typed(T) (
  auto ref T container
);

Wraps up container into a container that adds capability to search for a component based on it's type, or implemented hierarchy of classes and interfaces.

Returns

TypeBasedContainer!T