annotate yetilab/complex/type.yeti @ 297:07389b654ff0

Make add take a list rather than just 2
author Chris Cannam
date Fri, 31 May 2013 22:02:24 +0100
parents 197d23954a4e
children
rev   line source
Chris@213 1
Chris@273 2 module yetilab.complex.type;
Chris@213 3
Chris@273 4 typedef opaque cplx = ~yetilab.Cplx;
Chris@213 5
Chris@213 6 ();
Chris@213 7