printerFunc property

String Function(Pointer<T> ptr) printerFunc
getter/setter pair

Debug printer: converts a Pointer<T> to a human-readable string.

Implementation

String Function(Pointer<T> ptr) printerFunc;