export interface IPointer<T>
{
    value: T;
}