Spaces:
Configuration error
Configuration error
File size: 157 Bytes
5641073 |
1 2 3 4 5 6 7 |
/**
* @author jdiaz5513
*/
import { ListCtor } from "./list";
import { Pointer } from "./pointer";
export declare const AnyPointerList: ListCtor<Pointer>;
|