Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add examples of multi-dimensional arrays #944

Open
gnzlbg opened this Issue Oct 18, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@gnzlbg
Copy link

gnzlbg commented Oct 18, 2017

For example, what does [[f32; 3]; 32] does? How to use it? How to turn it into a &[f32] ? Show its memory layout.

Same for "dynamic" ones, e.g. Vec<[f32; 3]>, how to turn that into a &[f32] ? How to "collect" a [[f32; 3]; 32] into a Vec<[f32; 3]>, etc.

@faulesocke

This comment has been minimized.

Copy link

faulesocke commented Mar 28, 2018

Any progress here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.