Changeset 283:98fd89730a00
- Timestamp:
- 08/11/08 20:47:14 (3 months ago)
- Files:
-
- dwt/dwthelper/utils.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
dwt/dwthelper/utils.d
r282 r283 314 314 } 315 315 class Long : ValueWrapperT!(long) { 316 public static const long MIN_VALUE = long.min; 317 public static const long MAX_VALUE = long.max; 316 318 this( long value ){ 317 319 super(value);
