view 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
line wrap: on
line source

module yetilab.complex.type;

typedef opaque cplx = ~yetilab.Cplx;

();