Ioc typedef

Ioc = IocContainer

A shorter alias for the IocContainer type. This allows developers to use the shorter Ioc.container syntax instead of writing the full name.

Implementation

typedef Ioc = IocContainer;