view yetilab/complex/type.yeti @ 296:ec6a36d88f57

Move complex tests to complex package
author Chris Cannam
date Fri, 31 May 2013 22:02:03 +0100
parents 197d23954a4e
children
line wrap: on
line source

module yetilab.complex.type;

typedef opaque cplx = ~yetilab.Cplx;

();