Changeset 213
- Timestamp:
- 07/07/06 02:27:36 (2 years ago)
- Files:
-
- trunk/meta/nameof.d (modified) (1 diff)
- trunk/meta/qualtest.d (deleted)
- trunk/meta/strhacks.d (deleted)
- trunk/meta/string.d (modified) (1 diff)
- trunk/meta/unittests.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/meta/nameof.d
r210 r213 169 169 170 170 // remove the ".d" from the end 171 const char [] THISFILE = "meta. " ~ __FILE__[0..$-2];171 const char [] THISFILE = "meta.nameof"; 172 172 173 173 static assert( prettytypeof!(real) == "real"); trunk/meta/string.d
r160 r213 1 1 2 2 module meta.string; 3 private import meta.strhacks;4 3 5 4 // Returns str[] sans trailing delimiter[], if any. trunk/meta/unittests.d
r126 r213 9 9 import meta.conv; 10 10 import meta.ctype; 11 import meta.nameof;
