/*
{"description" : "Convert between integers and strings."}
*/
interface Int512Util{
/*
{"@description" : "Convert an integer to a string."}
*/
char[] makeString(int512 i)
/*
{"@description" : "Convert a string to a big integer."}
*/
int512 int512FromString(char s[])
}To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n data.Int512Util -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation