Provide precision-preserving edit descriptors #570
Labels
API
Discussion on a specific API for a proposal (exploratory)
enhancement
New feature or request
good first issue
Good for newcomers
idea
Proposition of an idea and opening an issue to discuss it
topic: IO
Common input/output related features
Motivation
In #505 @epagone proposed:
Prior Art
Currently the formats used for
savetxt
andloadtxt
are private to thestdlib_io
and not usable from the outside:stdlib/src/stdlib_io.fypp
Lines 22 to 32 in 57cfaf0
They work with scalars and arrays alike:
outputs
So it seems to me that the solution could be to make the existing constants public. @epagone @certik do you foresee any scenario where it wouldn't work?
Additional Information
@epagone would you like to submit a PR for this?
The text was updated successfully, but these errors were encountered: