Skip to content

ndarray::iter::Iter doesn't implement Debug #1204

Closed
@liam-clink

Description

@liam-clink

The title says it. What I was trying to do when I discovered this was print a zip of a range and an ndarray.

Like so:

let foo = ndarray::Array1::<f64>::zeros(100);
println!("{:?}", std::iter::zip(0..foo.len(), &foo);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions