 |
|
Innovation award
 Nominee: 1x |
This class encapsulates an array and providing functions similar to the ones that exist in the vector class in C++.
Vectors are arrays of values that may have mixed data types. Each value of a vector is accessed by the respective numerical index position.
This class provides many functions to access vector arrays manipulating their values and indexes.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Not sure (43.8%) |
Sufficient (62.5%) |
- |
- |
- |
- |
Insufficient (28.1%) |
2268 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
Iterator.php |
Class |
This is the main file that should be included to use the vecter arrays. |