Lee Thanh
Upload 3012 files
5641073
raw
history blame
157 Bytes
/**
* @author jdiaz5513
*/
import { ListCtor } from "./list";
import { Pointer } from "./pointer";
export declare const AnyPointerList: ListCtor<Pointer>;