Accessor that allows access to fields and properties of a component of Type.
ImplSpec:
The returned field will be erased up to Object class if it is rooted in Object class, or will
be placed into a Placeholder!(field type) that is allocated using an allocator. As such it is advised
that allocator used in the accessor to be disposable after accessing of components was done. As a consequence
no components should point to placeholders allocated by this accessor.
Accessor that allows access to fields and properties of a component of Type.
ImplSpec: The returned field will be erased up to Object class if it is rooted in Object class, or will be placed into a Placeholder!(field type) that is allocated using an allocator. As such it is advised that allocator used in the accessor to be disposable after accessing of components was done. As a consequence no components should point to placeholders allocated by this accessor.