Ada package for dynamic arrays
Dieser Artikel ist nur in englischer Sprache verfügbar.
This is a rather simple generic package that enables Ada to deal with dynamic arrays. You can use them pretty much with standard array syntax, including Array(I), 'First, 'Range, and so on. A usage example is supplied with the zip file.
This is a beta at best - use at your own risk!