Interface Pointer<T>

All Known Implementing Classes:
ConstPointer, MutPointer

public sealed interface Pointer<T> permits ConstPointer<T>, MutPointer<T>