mirror of
https://github.com/dlang/phobos.git
synced 2025-04-27 21:51:40 +03:00
7 lines
294 B
Text
7 lines
294 B
Text
Deprecate std.format : unformatElement
|
|
|
|
`unformatElement` from `std.format` has been accidentally made public and
|
|
will be removed from public view in 2.107.0.
|
|
|
|
Please use instead for strings and characters `parseElement` from
|
|
`std.conv` and for all else `unformatValue` from `std.format.read`.
|