view dmd/WANT.d @ 161:584dc990e12f

type fixed
author korDen
date Mon, 20 Sep 2010 01:19:36 +0400
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.WANT;

enum WANT
{
	WANTflags = 1,
    WANTvalue = 2,
    WANTinterpret = 4,
}

import dmd.EnumUtils;
mixin(BringToCurrentScope!(WANT));