1 2 3 4 5 6
/** * @author jdiaz5513 */ import { ListCtor } from "./list"; import { Pointer } from "./pointer"; export declare const AnyPointerList: ListCtor<Pointer>;