Adds a Vim instance to the collection.
The Vim instance to add.
Clears all Vim instances from the collection.
Gets all Vim instances.
An array of Vim instances.
Gets a Vim instance at a specific index.
The index of the Vim instance.
The Vim instance or undefined if the index is out of bounds.
Gets a Vim instance by its handle.
The handle of the Vim instance.
The Vim instance or undefined if not found.
Removes a Vim instance from the collection.
The Vim instance to remove.
Adds a Vim instance to the collection.