fix(d.ts)
This commit is contained in:
2
types/Vector.d.ts
vendored
2
types/Vector.d.ts
vendored
@ -17,7 +17,7 @@ export class Vector<T> extends SequenceContainer<T, VectorIterator<T>> {
|
||||
* @param begin of another SequenceContainer<T>
|
||||
* @param end of another SequenceContainer<T>
|
||||
*/
|
||||
constructor(begin: ListIterator<T>, end: ListIterator<T>);
|
||||
constructor(begin: VectorIterator<T>, end: VectorIterator<T>);
|
||||
|
||||
/**
|
||||
* @returns vector[idx]
|
||||
|
||||
Reference in New Issue
Block a user