view dmd/IntRange.d @ 167:50a6d232176c

rewrite GlobalExpressions, moved DsymbolTable to Global, some cleanup
author korDen
date Thu, 30 Sep 2010 12:13:49 +0400
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.IntRange;

struct IntRange
{
	ulong imin;
    ulong imax;
}