Skip to content
/ d-oaa Public
forked from cym13/miscD

A fork of Ordered Associative Array, with added Tuple based constructor and other additions

License

Notifications You must be signed in to change notification settings

re-pesk/d-oaa

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAA

This is a fork of Ordered Associative Array, slightly modified by Rėdas Peškaitis.

Additions:

  1. tuple based OAA constructor
  2. method to export array of (key : value) tuples
  3. methods to get, insert and delete values by integer index in the order of keys.

Repository

Repository: https://github.com/re-pe/d-oaa

Original code

Ordered Associative Array modeled from Python's OrderedDict. Subtypes built-in associative arrays.

It works by using an array to keep the key order in addition to a regular associative array.

Ordered Associative Array was created by Cédric Picard.

Email: cedric.picard@efrei.net
Repository: https://github.com/cym13/miscD

License

This program is under the GPLv3 License.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

About

A fork of Ordered Associative Array, with added Tuple based constructor and other additions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • D 99.3%
  • Batchfile 0.7%