smartcore icon indicating copy to clipboard operation
smartcore copied to clipboard

Define default formatter for linalg::basic::arrays::{Array, Array2}

Open Mec-iS opened this issue 1 year ago • 0 comments

I'm submitting a

  • [x] feature request.

Current Behaviour:

it is not possible to do println!("{}", x); if x is Array. println!("{:?}", x); works.

Expected Behaviour:

Also println!("{}", x); should work

Mec-iS avatar Oct 25 '22 16:10 Mec-iS