phobos/changelog/bitmanip-toString.dd
2019-11-16 18:23:04 +01:00

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.