mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
67af9888fe
sorted.
10 lines
455 B
Plaintext
10 lines
455 B
Plaintext
Tie::Array::Sorted represents an ordinary array, which is kept sorted.
|
|
All pushes and unshifts cause the elements in question to be inserted in
|
|
the appropriate location to maintain order.
|
|
|
|
Direct stores ($a[10] = "wibble") effectively splice out the original
|
|
value and insert the new element. It's not clear why you'd want to use
|
|
direct stores like that, but this module does the right thing if you do.
|
|
|
|
WWW: http://search.cpan.org/dist/Tie-Array-Sorted/
|