The pointer at address.
address
Pointer<T> get value => this[0];
set value(Pointer<T> value) => this[0] = value;