@nogc version of std.utf.decode() for char[], but assumes str is valid UTF-8.
@nogc version of std.utf.encode() for char[], but assumes c is a valid UTF-32 char.
Convenience function that returns an AppenderNoGCFixed!A using with array for storage.
@nogc version of std.utf.decode() for char[].
@nogc version of std.utf.encode() for char[].
@nogc version of std.utf.isValidDchar
A NoGC version of std.conv.parse for integer types.
Buils a message to a buffer similarly to writef/writefln, but without using GC.
A UFCS utility function to write a dchar to an AppenderNoGCFixed using writeDCharTo.
Validate a UTF-8 string, checking if it is well-formed Unicode.
A gutted, NoGC version of std.array.appender.
Result of a validateUTF8NoGC call.
@nogc versions of or alternatives to Phobos functions that are not yet @nogc and wrappers to simplify their use.