kiss.container.String

Undocumented in source.

Members

Aliases

DString
alias DString = IDString!(Mallocator)
Undocumented in source.
IDString
alias IDString(Alloc) = StringImpl!(dchar, Alloc)
Undocumented in source.
IString
alias IString(Alloc) = StringImpl!(char, Alloc)
Undocumented in source.
IWString
alias IWString(Alloc) = StringImpl!(wchar, Alloc)
Undocumented in source.
String
alias String = IString!(Mallocator)
Undocumented in source.
WString
alias WString = IWString!(Mallocator)
Undocumented in source.

Functions

testFunc
void testFunc()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

StringImpl
struct StringImpl(Char, Allocator)
Undocumented in source.

Meta