dlib.text.utils

Text processing utils

Members

Functions

catStr
string catStr(string s1, string s2)

Concatenates two strings to a new string in unmanaged memory

copy
T[] copy(T[] b)

Make an copy of a string in unmanaged memory

immutableCopy
immutable(T)[] immutableCopy(immutable(T)[] b)

Make an immutable copy of a string in unmanaged memory

Meta

Authors

Timur Gafarov