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

module yetilab.complex.type;

typedef opaque cplx = ~yetilab.Cplx;

();