fix(d.ts)

This commit is contained in:
2025-07-25 15:23:51 +03:00
parent 60fd0867f5
commit 48a9fb7473
6 changed files with 16 additions and 7 deletions

2
types/Vector.d.ts vendored
View File

@ -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]