mirror of
https://github.com/dlang/phobos.git
synced 2025-04-29 22:50:38 +03:00
5 lines
196 B
Text
5 lines
196 B
Text
Deprecated `std.bitmanip.BitArray.toString` was removed
|
|
|
|
The overload accepting a callable was deprecated since 2.079
|
|
and has now been removed. Use the overload accepting an output
|
|
range instead.
|