/std_vector

Nim wrapper for C++ std::vector

Primary LanguageNimMIT LicenseMIT

Nim wrapper for C++ std::vector

https://travis-ci.org/kaushalmodi/std_vector.svg?branch=master

What is this?

Nim wrapper to map with the C++ std::vector library.

My goal is not to create a wrapper that wraps to 100% of the C++ library.

I will gradually update the wrapper as I find need for procs from the original library.

Install

nimble install https://github.com/kaushalmodi/std_vector

Requirements

  • Compile nim with the cpp backend. Example:
    nim cpp -r src/std_vector.nim
        

References