Coder Social home page Coder Social logo

re-pesk / d-oaa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cym13/miscd

0.0 2.0 0.0 25 KB

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

License: GNU General Public License v3.0

D 99.34% Batchfile 0.66%

d-oaa's Introduction

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: [email protected]
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/.

d-oaa's People

Contributors

re-pesk avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.