tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
UniText
tango
text
Text
A string abstraction that converts to anything
class
UniText {
char
[]
toString
(char[] dst);
wchar
[]
toString16
(wchar[] dst);
dchar
[]
toString32
(dchar[] dst);
TypeInfo
encoding
();
}
Members
Functions
encoding
TypeInfo
encoding
()
Undocumented in source.
toString
char
[]
toString
(char[] dst)
Undocumented in source.
toString16
wchar
[]
toString16
(wchar[] dst)
Undocumented in source.
toString32
dchar
[]
toString32
(dchar[] dst)
Undocumented in source.
Meta
Source
See Implementation
tango
text
Text
classes
Text
TextView
UniText
functions
main
A string abstraction that converts to anything