HomeForumSourceResearchGuide
Sign in to contribute to source. how it works
Type definition file data.KeyValue by barry
expand copy to clipboardexpand
/* {"description" : "This is a container data type for key/value pairs."} */

data KeyValue{
	/* {"@description" : "The key."} */
	char key[]
	/* {"@description" : "The value."} */
	char value[]
	}
Revision history
To propose a new revision to this entity, use dana source put -ut your/new/version.dn -n data.KeyValue -m "reason for update" -u yourUsername
Version 1 (this version) by barry
Notes for this version: Standard Library Initialisation