tango.core.Octal

An minimal implementation of the deprecated octal literals

Members

Functions

toOctal
T toOctal(T decimal)
Undocumented in source. Be warned that the author may not have intended to support it.

Templates

octal
template octal(int decimal)
Undocumented in source.
octalL
template octalL(long decimal)
Undocumented in source.
octalU
template octalU(uint decimal)
Undocumented in source.
octalUL
template octalUL(ulong decimal)
Undocumented in source.

Meta

License

BSD style: $(LICENSE)

Authors

Pavel Sountsov