view dmd/IntRange.d @ 160:ff61fb0e06ae

RTLSYM update
author korDen
date Mon, 20 Sep 2010 01:18:05 +0400
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.IntRange;

struct IntRange
{
	ulong imin;
    ulong imax;
}