KayaDoc::DataSummary
Constructors
- DataSummary(String dname,[String] params,[KayaDoc::Constructor] cons,ElementTreeData::ElementTree summary)
Usage
A function. The fields have the following meanings:
dname: The name of the typeparams: A list of the type's parameters. For example,Dict<a,b>would have["a","b"]here.cons: A list of the constructor functions for this typesummary: Summary documentation for the type