Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

root/trunk/etc/bigrational.d

Revision 19, 224 bytes (checked in by danielrh, 21 years ago)

separated the part that creates the types from the parts using that

Line 
1 module etc.bigrational;
2 private import etc.bigint.bigint_int;
3 private import etc.longrational;
4 private import etc.typecreate.classcreate;
5
6 alias BigRational!(Int,1,etc.typecreate.classcreate.TypeCreateClass!(Int)) Rational;
Note: See TracBrowser for help on using the browser.