nudsfml.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.

//deprecated: This module is expected to be removed in DSFML 2.5.

Members

Functions

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

Returns the same string in a different utf encoding

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

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

Meta