dcl.util

Undocumented in source.

Members

Functions

fformat
string fformat(string input, string[string] dict)
Undocumented in source. Be warned that the author may not have intended to support it.
infoMixin
string infoMixin(string subject, string enumname, string[] list, string[] ids)
string infoMixin(string subject, string[] list)

generate propertyes for subject

paramEnumName
string paramEnumName(string prefix, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
splitInfoLine
auto splitInfoLine(string ln)

split info line

toCamelCase
string toCamelCase(string str, bool first_capitalize)
toCamelCaseBySep
string toCamelCaseBySep(string str, string sep, bool first_capitalize)
toSnakeCase
string toSnakeCase(string str, bool ignore_first)

Meta