annotate yetilab/complex/type.yeti @ 285:be39f21456a1

More on overlap-add for frames
author Chris Cannam
date Thu, 30 May 2013 17:34:35 +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