view dmd/IntRange.d @ 100:8e1e220cebb3

implemented missing methods
author Trass3r
date Tue, 31 Aug 2010 04:17:10 +0200
parents 10317f0c89a5
children
line wrap: on
line source

module dmd.IntRange;

struct IntRange
{
	ulong imin;
    ulong imax;
}