The OpenD Programming Language

/**Convenience module that simply publicly imports everything else.*/
/*
 * License:
 * If you think this module is even copyrightable, you have issues.
 */

module dstats;

public import dstats.alloc, dstats.sort, dstats.base, dstats.cor,
              dstats.distrib, dstats.infotheory, dstats.random,
              dstats.summary, dstats.tests, dstats.regress, dstats.kerneldensity,
              dstats.pca;