Giter VIP home page Giter VIP logo

Comments (4)

programmerjake avatar programmerjake commented on August 23, 2024

You could use &[T] -> std::span<const T> and &mut [T] -> std::span<T>.

from cxx.

bitwalker avatar bitwalker commented on August 23, 2024

Yeah this is the main thing holding me back at the moment myself, I have code I'd like to port to use cxx, but it involves passing around slices/vectors frequently.

I started looking into what an implementation would take, and I don't think it would be too difficult to get something working, but unfortunately I can't spare the time at the moment, so I'll have to revisit in a few weeks and see if things are still in limbo.

RE: std::span - it is only in C++20, so I don't think it's the best option in the near term (though it could be conditionally enabled if available). I'd think something akin to the way &str is handled would apply here. As long as the C++ implementation provides the iterator traits, it wouldn't make much of a difference in ergonomics.

from cxx.

adetaylor avatar adetaylor commented on August 23, 2024

I made an attempt at some progress here: #117

from cxx.

dtolnay avatar dtolnay commented on August 23, 2024

&[u8] support was released in cxx 0.2.9, &mut [u8] in 1.0.3, and &[T] / &mut [T] for T!=u8 in 1.0.5, so we should be all done here!

from cxx.

Related Issues (20)

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.