dsfml.system.string

A module containing functions for interacting with strings going to and from a C/C++ library as well as converting between D's string types. This module has no dependencies except for std.utf.

Members

Functions

stringConvert
immutable(U)[] stringConvert(in T[] str)

Returns the same string in a different utf encoding

toString
immutable(T)[] toString(in const(T)* str)

Returns a D string copy of a zero terminated C style string

Meta