PointerList

typealias PointerList<T> = List<Pointer<T>>(source)

A PointerList refers to a list of pointers.

Since

0.1.0

Parameters

T

The type of the value the pointers point to