Releases: tchaloupka/bc-string
Releases · tchaloupka/bc-string
v1.4.0
v1.3.3
@safe
being infered ongetFormatSize
- added
opAssign
toStringImpl
- fixed custom formatting to static array
v1.3.2
Some minor tweaks
v1.3.1
String.put
accepts static arrays too- fixed missing import (fixes build ie for
AArch64
)
v1.3.0
- more generic
std.range.put
is used to write to output range instead of explicitoutputrange.put
- use static
StringZ
as output buffer innogcFormat
instead ofString
so it can be used safely withprintf
and alikes - added SSE optimised
parseToken
tostring
module to help validating and advancing tokens in parsers
v1.2.3
format.d
improvements by @WebFreak001 :
- Make
NullSink
public - document sinks
v1.2.2
- fix: make StringImpl.clone trusted to work with
dip1000
v1.2.1
Just a dub.sdl
fix for betterC
subconfiguration.
v1.2.0
String
types refactored
v1.1.0
- some unittest fixes to support changes in newer compilers (watch out for dmd-2.096.0 with a betterC - see regression
- speedup of short strings in
bc.string.String