0000: 2f 2a 2a 0a 20 2a 20 41 75 74 68 6f 72 73 3a 20 /**. * Authors:
0010: 6b 2e 69 6e 61 62 61 0a 20 2a 20 4c 69 63 65 6e k.inaba. * Licen
0020: 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39 38 32 20 se: NYSL 0.9982
0030: 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d 6f 6e 6f http://www.kmono
0040: 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0a 20 2a 0a 20 s.net/nysl/. *.
0050: 2a 20 43 6f 6d 6d 6f 6e 20 74 72 69 63 6b 73 20 * Common tricks
0060: 61 6e 64 20 75 74 69 6c 69 74 69 65 73 20 66 6f and utilities fo
0070: 72 20 70 72 6f 67 72 61 6d 6d 69 6e 67 20 69 6e r programming in
0080: 20 44 2e 0a 20 2a 2f 0a 6d 6f 64 75 6c 65 20 74 D.. */.module t
0090: 72 69 63 6b 73 2e 74 72 69 63 6b 73 3b 0a 69 6d ricks.tricks;.im
00a0: 70 6f 72 74 20 74 72 69 63 6b 73 2e 74 65 73 74 port tricks.test
00b0: 3b 0a 69 6d 70 6f 72 74 20 73 74 64 2e 61 72 72 ;.import std.arr
00c0: 61 79 20 20 20 20 20 20 3a 20 61 70 70 65 6e 64 ay : append
00d0: 65 72 3b 0a 69 6d 70 6f 72 74 20 73 74 64 2e 66 er;.import std.f
00e0: 6f 72 6d 61 74 20 20 20 20 20 3a 20 66 6f 72 6d ormat : form
00f0: 61 74 74 65 64 57 72 69 74 65 3b 0d 0a 69 6d 70 attedWrite;..imp
0100: 6f 72 74 20 63 6f 72 65 2e 65 78 63 65 70 74 69 ort core.excepti
0110: 6f 6e 20 3a 20 41 73 73 65 72 74 45 72 72 6f 72 on : AssertError
0120: 3b 0a 0a 2f 2f 2f 20 53 69 6d 70 6c 65 20 57 72 ;../// Simple Wr
0130: 61 70 70 65 72 20 66 6f 72 20 73 74 64 2e 66 6f apper for std.fo
0140: 72 6d 61 74 2e 64 6f 46 6f 72 6d 61 74 0a 0a 73 rmat.doFormat..s
0150: 74 72 69 6e 67 20 73 70 72 69 6e 74 66 28 73 74 tring sprintf(st
0160: 72 69 6e 67 20 66 6d 74 2c 20 54 2e 2e 2e 29 28 ring fmt, T...)(
0170: 54 20 70 61 72 61 6d 73 29 0a 7b 0a 09 61 75 74 T params).{..aut
0180: 6f 20 77 72 69 74 65 72 20 3d 20 61 70 70 65 6e o writer = appen
0190: 64 65 72 21 73 74 72 69 6e 67 28 29 3b 0a 09 66 der!string();..f
01a0: 6f 72 6d 61 74 74 65 64 57 72 69 74 65 28 77 72 ormattedWrite(wr
01b0: 69 74 65 72 2c 20 66 6d 74 2c 20 70 61 72 61 6d iter, fmt, param
01c0: 73 29 3b 0a 09 72 65 74 75 72 6e 20 77 72 69 74 s);..return writ
01d0: 65 72 2e 64 61 74 61 3b 0a 7d 0a 0a 75 6e 69 74 er.data;.}..unit
01e0: 74 65 73 74 0a 7b 0a 09 61 73 73 65 72 74 28 20 test.{..assert(
01f0: 73 70 72 69 6e 74 66 21 22 25 73 20 3d 3d 20 25 sprintf!"%s == %
0200: 64 22 28 22 31 2b 32 22 2c 20 33 29 20 20 20 3d d"("1+2", 3) =
0210: 3d 20 22 31 2b 32 20 3d 3d 20 33 22 20 29 3b 0a = "1+2 == 3" );.
0220: 09 61 73 73 65 72 74 28 20 73 70 72 69 6e 74 66 .assert( sprintf
0230: 21 22 25 73 20 3d 3d 20 25 30 34 64 22 28 22 31 !"%s == %04d"("1
0240: 2b 32 22 2c 20 33 29 20 3d 3d 20 22 31 2b 32 20 +2", 3) == "1+2
0250: 3d 3d 20 30 30 30 33 22 20 29 3b 0a 7d 0a 0a 2f == 0003" );.}../
0260: 2f 2f 20 43 72 65 61 74 65 20 61 6e 20 65 78 63 // Create an exc
0270: 65 70 74 69 6f 6e 20 77 69 74 68 20 61 75 74 6f eption with auto
0280: 6d 61 74 69 63 61 6c 6c 79 20 63 6f 6d 70 6c 65 matically comple
0290: 74 65 64 20 66 69 6c 65 6e 61 6d 65 20 61 6e 64 ted filename and
02a0: 20 6c 69 6e 65 6e 6f 20 69 6e 66 6f 72 6d 61 74 lineno informat
02b0: 69 6f 6e 0a 0a 61 75 74 6f 20 67 65 6e 65 78 28 ion..auto genex(
02c0: 45 78 63 65 70 74 69 6f 6e 54 79 70 65 2c 20 73 ExceptionType, s
02d0: 74 72 69 6e 67 20 66 6e 3d 5f 5f 46 49 4c 45 5f tring fn=__FILE_
02e0: 5f 2c 20 69 6e 74 20 6c 6e 3d 5f 5f 4c 49 4e 45 _, int ln=__LINE
02f0: 5f 5f 2c 20 54 2e 2e 2e 29 28 54 20 70 61 72 61 __, T...)(T para
0300: 6d 73 29 0a 7b 0a 09 73 74 61 74 69 63 20 69 66 ms).{..static if
0310: 28 20 54 2e 6c 65 6e 67 74 68 20 3e 20 30 20 26 ( T.length > 0 &
0320: 26 20 69 73 28 54 5b 24 2d 31 5d 20 3a 20 54 68 & is(T[$-1] : Th
0330: 72 6f 77 61 62 6c 65 29 20 29 0a 09 09 72 65 74 rowable) )...ret
0340: 75 72 6e 20 6e 65 77 20 45 78 63 65 70 74 69 6f urn new Exceptio
0350: 6e 54 79 70 65 28 70 61 72 61 6d 73 5b 30 2e 2e nType(params[0..
0360: 24 2d 31 5d 2c 20 66 6e 2c 20 6c 6e 2c 20 70 61 $-1], fn, ln, pa
0370: 72 61 6d 73 5b 24 2d 31 5d 29 3b 0a 09 65 6c 73 rams[$-1]);..els
0380: 65 0a 09 09 72 65 74 75 72 6e 20 6e 65 77 20 45 e...return new E
0390: 78 63 65 70 74 69 6f 6e 54 79 70 65 28 70 61 72 xceptionType(par
03a0: 61 6d 73 2c 20 66 6e 2c 20 6c 6e 29 3b 0a 7d 0a ams, fn, ln);.}.
03b0: 0a 75 6e 69 74 74 65 73 74 0a 7b 0a 09 61 73 73 .unittest.{..ass
03c0: 65 72 74 5f 6e 65 28 20 67 65 6e 65 78 21 45 78 ert_ne( genex!Ex
03d0: 63 65 70 74 69 6f 6e 28 22 6d 73 67 22 29 2e 66 ception("msg").f
03e0: 69 6c 65 2c 20 22 22 20 29 3b 0a 09 61 73 73 65 ile, "" );..asse
03f0: 72 74 5f 6e 65 28 20 67 65 6e 65 78 21 45 78 63 rt_ne( genex!Exc
0400: 65 70 74 69 6f 6e 28 22 6d 73 67 22 29 2e 6c 69 eption("msg").li
0410: 6e 65 2c 20 30 20 29 3b 0a 09 61 73 73 65 72 74 ne, 0 );..assert
0420: 5f 6e 65 28 20 67 65 6e 65 78 21 45 78 63 65 70 _ne( genex!Excep
0430: 74 69 6f 6e 28 22 6d 73 67 22 2c 6e 65 77 20 45 tion("msg",new E
0440: 78 63 65 70 74 69 6f 6e 28 22 62 61 72 22 29 29 xception("bar"))
0450: 2e 6e 65 78 74 2c 20 45 78 63 65 70 74 69 6f 6e .next, Exception
0460: 2e 69 6e 69 74 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 .init );.}..///
0470: 4d 69 78 69 6e 67 2d 69 6e 20 74 68 65 20 62 65 Mixing-in the be
0480: 61 6e 20 63 6f 6e 73 74 72 75 63 74 6f 72 20 66 an constructor f
0490: 6f 72 20 61 20 63 6c 61 73 73 0a 0a 2f 2a 6d 69 or a class../*mi
04a0: 78 69 6e 2a 2f 0a 74 65 6d 70 6c 61 74 65 20 53 xin*/.template S
04b0: 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 impleConstructor
04c0: 28 29 0a 7b 0a 09 73 74 61 74 69 63 20 69 66 28 ().{..static if(
04d0: 20 69 73 28 74 79 70 65 6f 66 28 73 75 70 65 72 is(typeof(super
04e0: 29 20 3d 3d 20 4f 62 6a 65 63 74 29 20 7c 7c 20 ) == Object) ||
04f0: 73 75 70 65 72 2e 74 75 70 6c 65 6f 66 2e 6c 65 super.tupleof.le
0500: 6e 67 74 68 3d 3d 30 20 29 0a 09 09 74 68 69 73 ngth==0 )...this
0510: 28 20 74 79 70 65 6f 66 28 74 68 69 73 2e 74 75 ( typeof(this.tu
0520: 70 6c 65 6f 66 29 20 70 61 72 61 6d 73 20 29 0a pleof) params ).
0530: 09 09 7b 0a 09 09 09 73 74 61 74 69 63 20 69 66 ..{....static if
0540: 28 74 68 69 73 2e 74 75 70 6c 65 6f 66 2e 6c 65 (this.tupleof.le
0550: 6e 67 74 68 3e 30 29 0a 09 09 09 09 74 68 69 73 ngth>0).....this
0560: 2e 74 75 70 6c 65 6f 66 20 3d 20 70 61 72 61 6d .tupleof = param
0570: 73 3b 0a 09 09 7d 0a 09 65 6c 73 65 0a 09 09 74 s;...}..else...t
0580: 68 69 73 28 20 74 79 70 65 6f 66 28 73 75 70 65 his( typeof(supe
0590: 72 2e 74 75 70 6c 65 6f 66 29 20 70 73 2c 20 74 r.tupleof) ps, t
05a0: 79 70 65 6f 66 28 74 68 69 73 2e 74 75 70 6c 65 ypeof(this.tuple
05b0: 6f 66 29 20 70 61 72 61 6d 73 20 29 0a 09 09 7b of) params )...{
05c0: 0a 09 09 09 2f 2f 20 69 6e 63 6c 75 64 69 6e 67 ....// including
05d0: 20 28 6f 6e 6c 79 29 20 74 68 65 20 64 69 72 65 (only) the dire
05e0: 63 74 20 73 75 70 65 72 20 63 6c 61 73 73 20 6d ct super class m
05f0: 65 6d 62 65 72 73 0a 09 09 09 2f 2f 20 6d 61 79 embers....// may
0600: 20 6e 6f 74 20 61 6c 77 61 79 73 20 62 65 20 61 not always be a
0610: 20 64 65 73 69 72 61 62 6c 65 20 63 68 6f 69 63 desirable choic
0620: 65 2c 20 62 75 74 20 73 68 6f 75 6c 64 20 77 6f e, but should wo
0630: 72 6b 20 66 6f 72 20 6d 61 6e 79 20 63 61 73 65 rk for many case
0640: 73 0a 09 09 09 73 75 70 65 72 28 70 73 29 3b 0a s....super(ps);.
0650: 09 09 09 73 74 61 74 69 63 20 69 66 28 74 68 69 ...static if(thi
0660: 73 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74 68 s.tupleof.length
0670: 3e 30 29 0a 09 09 09 09 74 68 69 73 2e 74 75 70 >0).....this.tup
0680: 6c 65 6f 66 20 3d 20 70 61 72 61 6d 73 3b 0a 09 leof = params;..
0690: 09 7d 0a 7d 0a 0a 75 6e 69 74 74 65 73 74 0a 7b .}.}..unittest.{
06a0: 0a 09 63 6c 61 73 73 20 54 65 6d 70 0a 09 7b 0a ..class Temp..{.
06b0: 09 09 69 6e 74 20 78 3b 0a 09 09 73 74 72 69 6e ..int x;...strin
06c0: 67 20 79 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d g y;...mixin Sim
06d0: 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a pleConstructor;.
06e0: 09 7d 0a 09 61 73 73 65 72 74 5f 65 71 28 20 28 .}..assert_eq( (
06f0: 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 new Temp(1,"foo"
0700: 29 29 2e 78 2c 20 31 20 29 3b 0a 09 61 73 73 65 )).x, 1 );..asse
0710: 72 74 5f 65 71 28 20 28 6e 65 77 20 54 65 6d 70 rt_eq( (new Temp
0720: 28 31 2c 22 66 6f 6f 22 29 29 2e 79 2c 20 22 66 (1,"foo")).y, "f
0730: 6f 6f 22 20 29 3b 0a 09 61 73 73 65 72 74 28 20 oo" );..assert(
0740: 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70 69 6c !__traits(compil
0750: 65 73 2c 20 6e 65 77 20 54 65 6d 70 29 20 29 3b es, new Temp) );
0760: 0a 09 61 73 73 65 72 74 28 20 21 5f 5f 74 72 61 ..assert( !__tra
0770: 69 74 73 28 63 6f 6d 70 69 6c 65 73 2c 20 6e 65 its(compiles, ne
0780: 77 20 54 65 6d 70 28 31 29 29 20 29 3b 0a 09 61 w Temp(1)) );..a
0790: 73 73 65 72 74 28 20 21 5f 5f 74 72 61 69 74 73 ssert( !__traits
07a0: 28 63 6f 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54 (compiles, new T
07b0: 65 6d 70 28 22 66 6f 6f 22 2c 31 29 29 20 29 3b emp("foo",1)) );
07c0: 0a 0a 09 63 6c 61 73 73 20 54 6f 6d 70 20 3a 20 ...class Tomp :
07d0: 54 65 6d 70 0a 09 7b 0a 09 09 72 65 61 6c 20 7a Temp..{...real z
07e0: 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 ;...mixin Simple
07f0: 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 7d 0a Constructor;..}.
0800: 09 61 73 73 65 72 74 5f 65 71 28 20 28 6e 65 77 .assert_eq( (new
0810: 20 54 6f 6d 70 28 31 2c 22 66 6f 6f 22 2c 32 2e Tomp(1,"foo",2.
0820: 35 29 29 2e 78 2c 20 31 20 29 3b 0a 09 61 73 73 5)).x, 1 );..ass
0830: 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d ert_eq( (new Tom
0840: 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e p(1,"foo",2.5)).
0850: 79 2c 20 22 66 6f 6f 22 20 29 3b 0a 09 61 73 73 y, "foo" );..ass
0860: 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d ert_eq( (new Tom
0870: 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e p(1,"foo",2.5)).
0880: 7a 2c 20 32 2e 35 20 29 3b 0a 09 61 73 73 65 72 z, 2.5 );..asser
0890: 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d t( !__traits(com
08a0: 70 69 6c 65 73 2c 20 6e 65 77 20 54 6f 6d 70 28 piles, new Tomp(
08b0: 33 2e 31 34 29 29 20 29 3b 0a 0a 09 2f 2f 20 73 3.14)) );...// s
08c0: 68 69 79 6f 2d 20 64 65 73 75 2e 20 44 6f 6e 27 hiyo- desu. Don'
08d0: 74 20 75 73 65 20 69 6e 20 74 68 69 73 20 77 61 t use in this wa
08e0: 79 2e 0a 09 2f 2f 20 20 20 54 61 6d 70 20 74 72 y...// Tamp tr
08f0: 69 65 73 20 74 6f 20 63 61 6c 6c 20 6e 65 77 20 ies to call new
0900: 54 6f 6d 70 28 72 65 61 6c 29 20 28 62 65 63 61 Tomp(real) (beca
0910: 75 73 65 20 69 74 20 6f 6e 6c 79 20 73 65 65 73 use it only sees
0920: 20 54 6f 6d 70 27 73 20 6d 65 6d 62 65 72 73 29 Tomp's members)
0930: 2c 0a 09 2f 2f 20 20 20 62 75 74 20 69 74 20 66 ,..// but it f
0940: 61 69 6c 73 20 62 65 63 61 75 73 65 20 54 6f 6d ails because Tom
0950: 70 20 74 61 6b 65 73 20 28 69 6e 74 2c 73 74 72 p takes (int,str
0960: 69 6e 67 2c 72 65 61 6c 29 2e 0a 09 61 73 73 65 ing,real)...asse
0970: 72 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63 6f rt( !__traits(co
0980: 6d 70 69 6c 65 73 2c 20 7b 0a 09 09 63 6c 61 73 mpiles, {...clas
0990: 73 20 54 61 6d 70 20 3a 20 54 6f 6d 70 0a 09 09 s Tamp : Tomp...
09a0: 7b 0a 09 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c {....mixin Simpl
09b0: 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 09 eConstructor;...
09c0: 7d 0a 09 7d 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 }..}) );.}..///
09d0: 4d 69 78 69 6e 67 2d 69 6e 20 74 68 65 20 4d 4f Mixing-in the MO
09e0: 53 54 2d 44 45 52 49 56 45 44 2d 6d 65 6d 62 65 ST-DERIVED-membe
09f0: 72 2d 77 69 73 65 20 63 6f 6d 70 61 72 61 74 6f r-wise comparato
0a00: 72 20 66 6f 72 20 61 20 63 6c 61 73 73 0a 0a 2f r for a class../
0a10: 2a 6d 69 78 69 6e 2a 2f 0a 74 65 6d 70 6c 61 74 *mixin*/.templat
0a20: 65 20 53 69 6d 70 6c 65 43 6f 6d 70 61 72 65 28 e SimpleCompare(
0a30: 29 0a 7b 0a 09 6f 76 65 72 72 69 64 65 20 62 6f ).{..override bo
0a40: 6f 6c 20 6f 70 45 71 75 61 6c 73 28 4f 62 6a 65 ol opEquals(Obje
0a50: 63 74 20 72 68 73 5f 29 20 63 6f 6e 73 74 0a 09 ct rhs_) const..
0a60: 7b 0a 09 09 69 66 28 20 61 75 74 6f 20 72 68 73 {...if( auto rhs
0a70: 20 3d 20 63 61 73 74 28 74 79 70 65 6f 66 28 74 = cast(typeof(t
0a80: 68 69 73 29 29 72 68 73 5f 20 29 0a 09 09 7b 0a his))rhs_ )...{.
0a90: 09 09 09 66 6f 72 65 61 63 68 28 69 2c 5f 3b 20 ...foreach(i,_;
0aa0: 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0a 09 09 this.tupleof)...
0ab0: 09 09 69 66 28 20 74 68 69 73 2e 74 75 70 6c 65 ..if( this.tuple
0ac0: 6f 66 5b 69 5d 20 21 3d 20 72 68 73 2e 74 75 70 of[i] != rhs.tup
0ad0: 6c 65 6f 66 5b 69 5d 20 29 0a 09 09 09 09 09 72 leof[i] )......r
0ae0: 65 74 75 72 6e 20 66 61 6c 73 65 3b 0a 09 09 09 eturn false;....
0af0: 72 65 74 75 72 6e 20 74 72 75 65 3b 0a 09 09 7d return true;...}
0b00: 0a 09 09 61 73 73 65 72 74 28 66 61 6c 73 65 2c ...assert(false,
0b10: 20 73 70 72 69 6e 74 66 21 22 43 61 6e 6e 6f 74 sprintf!"Cannot
0b20: 20 63 6f 6d 70 61 72 65 20 25 73 20 77 69 74 68 compare %s with
0b30: 20 25 73 22 28 74 79 70 65 69 64 28 74 68 69 73 %s"(typeid(this
0b40: 29 2c 20 74 79 70 65 69 64 28 72 68 73 5f 29 29 ), typeid(rhs_))
0b50: 29 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 69 64 65 );..}...override
0b60: 20 68 61 73 68 5f 74 20 74 6f 48 61 73 68 28 29 hash_t toHash()
0b70: 20 63 6f 6e 73 74 0a 09 7b 0a 09 09 68 61 73 68 const..{...hash
0b80: 5f 74 20 68 20 3d 20 30 3b 0a 09 09 66 6f 72 65 _t h = 0;...fore
0b90: 61 63 68 28 6d 65 6d 3b 20 74 68 69 73 2e 74 75 ach(mem; this.tu
0ba0: 70 6c 65 6f 66 29 0a 09 09 09 68 20 2b 3d 20 74 pleof)....h += t
0bb0: 79 70 65 69 64 28 6d 65 6d 29 2e 67 65 74 48 61 ypeid(mem).getHa
0bc0: 73 68 28 26 6d 65 6d 29 3b 0a 09 09 72 65 74 75 sh(&mem);...retu
0bd0: 72 6e 20 68 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 rn h;..}...overr
0be0: 69 64 65 20 69 6e 74 20 6f 70 43 6d 70 28 4f 62 ide int opCmp(Ob
0bf0: 6a 65 63 74 20 72 68 73 5f 29 20 63 6f 6e 73 74 ject rhs_) const
0c00: 0a 09 7b 0a 09 09 69 66 28 20 61 75 74 6f 20 72 ..{...if( auto r
0c10: 68 73 20 3d 20 63 61 73 74 28 74 79 70 65 6f 66 hs = cast(typeof
0c20: 28 74 68 69 73 29 29 72 68 73 5f 20 29 0a 09 09 (this))rhs_ )...
0c30: 7b 0a 09 09 09 66 6f 72 65 61 63 68 28 69 2c 5f {....foreach(i,_
0c40: 3b 20 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0a ; this.tupleof).
0c50: 09 09 09 09 69 66 28 61 75 74 6f 20 63 20 3d 20 ....if(auto c =
0c60: 74 79 70 65 69 64 28 5f 29 2e 63 6f 6d 70 61 72 typeid(_).compar
0c70: 65 28 26 74 68 69 73 2e 74 75 70 6c 65 6f 66 5b e(&this.tupleof[
0c80: 69 5d 2c 26 72 68 73 2e 74 75 70 6c 65 6f 66 5b i],&rhs.tupleof[
0c90: 69 5d 29 29 0a 09 09 09 09 09 72 65 74 75 72 6e i]))......return
0ca0: 20 63 3b 0a 09 09 09 72 65 74 75 72 6e 20 30 3b c;....return 0;
0cb0: 0a 09 09 7d 0a 09 09 61 73 73 65 72 74 28 66 61 ...}...assert(fa
0cc0: 6c 73 65 2c 20 73 70 72 69 6e 74 66 21 22 43 61 lse, sprintf!"Ca
0cd0: 6e 6e 6f 74 20 63 6f 6d 70 61 72 65 20 25 73 20 nnot compare %s
0ce0: 77 69 74 68 20 25 73 22 28 74 79 70 65 69 64 28 with %s"(typeid(
0cf0: 74 68 69 73 29 2c 20 74 79 70 65 69 64 28 72 68 this), typeid(rh
0d00: 73 5f 29 29 29 3b 0a 09 7d 0a 7d 0a 0a 75 6e 69 s_)));..}.}..uni
0d10: 74 74 65 73 74 0a 7b 0a 09 63 6c 61 73 73 20 54 ttest.{..class T
0d20: 65 6d 70 0a 09 7b 0a 09 09 69 6e 74 20 78 3b 0a emp..{...int x;.
0d30: 09 09 73 74 72 69 6e 67 20 79 3b 0a 09 09 6d 69 ..string y;...mi
0d40: 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 xin SimpleConstr
0d50: 75 63 74 6f 72 3b 0a 09 09 6d 69 78 69 6e 20 53 uctor;...mixin S
0d60: 69 6d 70 6c 65 43 6f 6d 70 61 72 65 3b 0a 09 7d impleCompare;..}
0d70: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 6e 65 77 ..assert_eq( new
0d80: 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 Temp(1,"foo"),
0d90: 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 new Temp(1,"foo"
0da0: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 ) );..assert_eq(
0db0: 20 28 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f (new Temp(1,"fo
0dc0: 6f 22 29 29 2e 74 6f 48 61 73 68 2c 20 28 6e 65 o")).toHash, (ne
0dd0: 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29 w Temp(1,"foo"))
0de0: 2e 74 6f 48 61 73 68 20 29 3b 0a 09 61 73 73 65 .toHash );..asse
0df0: 72 74 5f 6e 65 28 20 6e 65 77 20 54 65 6d 70 28 rt_ne( new Temp(
0e00: 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 1,"foo"), new Te
0e10: 6d 70 28 32 2c 22 66 6f 6f 22 29 20 29 3b 0a 09 mp(2,"foo") );..
0e20: 61 73 73 65 72 74 5f 6e 65 28 20 6e 65 77 20 54 assert_ne( new T
0e30: 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 emp(1,"foo"), ne
0e40: 77 20 54 65 6d 70 28 31 2c 22 62 61 72 22 29 20 w Temp(1,"bar")
0e50: 29 3b 0a 09 61 73 73 65 72 74 5f 67 74 28 20 6e );..assert_gt( n
0e60: 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 ew Temp(1,"foo")
0e70: 2c 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 62 61 , new Temp(1,"ba
0e80: 72 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6c r") );..assert_l
0e90: 74 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 t( new Temp(1,"f
0ea0: 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d 70 28 32 oo"), new Temp(2
0eb0: 2c 22 62 61 72 22 29 20 29 3b 0a 09 61 73 73 65 ,"bar") );..asse
0ec0: 72 74 5f 67 65 28 20 6e 65 77 20 54 65 6d 70 28 rt_ge( new Temp(
0ed0: 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 1,"foo"), new Te
0ee0: 6d 70 28 31 2c 22 66 6f 6f 22 29 20 29 3b 0a 0a mp(1,"foo") );..
0ef0: 09 63 6c 61 73 73 20 54 65 6d 70 44 75 6d 6d 79 .class TempDummy
0f00: 0a 09 7b 0a 09 09 69 6e 74 20 78 3b 0a 09 09 73 ..{...int x;...s
0f10: 74 72 69 6e 67 20 79 3b 0a 09 09 6d 69 78 69 6e tring y;...mixin
0f20: 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 SimpleConstruct
0f30: 6f 72 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 or;...mixin Simp
0f40: 6c 65 43 6f 6d 70 61 72 65 3b 0a 09 7d 0a 09 61 leCompare;..}..a
0f50: 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 ssert_throw!Asse
0f60: 72 74 45 72 72 6f 72 28 20 6e 65 77 20 54 65 6d rtError( new Tem
0f70: 70 28 31 2c 22 66 6f 6f 22 29 20 3d 3d 20 6e 65 p(1,"foo") == ne
0f80: 77 20 54 65 6d 70 44 75 6d 6d 79 28 31 2c 22 66 w TempDummy(1,"f
0f90: 6f 6f 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f oo") );..assert_
0fa0: 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f throw!AssertErro
0fb0: 72 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 r( new Temp(1,"f
0fc0: 6f 6f 22 29 20 3c 3d 20 6e 65 77 20 54 65 6d 70 oo") <= new Temp
0fd0: 44 75 6d 6d 79 28 31 2c 22 66 6f 6f 22 29 20 29 Dummy(1,"foo") )
0fe0: 3b 0a 7d 0a 0a 2f 2f 2f 20 4d 69 78 69 6e 67 2d ;.}../// Mixing-
0ff0: 69 6e 20 61 20 73 69 6d 70 6c 65 20 74 6f 53 74 in a simple toSt
1000: 72 69 6e 67 20 6d 65 74 68 6f 64 0a 0a 2f 2a 6d ring method../*m
1010: 69 78 69 6e 2a 2f 0a 74 65 6d 70 6c 61 74 65 20 ixin*/.template
1020: 53 69 6d 70 6c 65 54 6f 53 74 72 69 6e 67 28 29 SimpleToString()
1030: 0a 7b 0a 09 6f 76 65 72 72 69 64 65 20 73 74 72 .{..override str
1040: 69 6e 67 20 74 6f 53 74 72 69 6e 67 28 29 0a 09 ing toString()..
1050: 7b 0a 09 09 73 74 72 69 6e 67 20 73 74 72 20 3d {...string str =
1060: 20 73 70 72 69 6e 74 66 21 22 25 73 28 22 28 74 sprintf!"%s("(t
1070: 79 70 65 6f 66 28 74 68 69 73 29 2e 73 74 72 69 ypeof(this).stri
1080: 6e 67 6f 66 29 3b 0a 09 09 66 6f 72 65 61 63 68 ngof);...foreach
1090: 28 69 2c 6d 65 6d 3b 20 74 68 69 73 2e 74 75 70 (i,mem; this.tup
10a0: 6c 65 6f 66 29 0a 09 09 7b 0a 09 09 09 69 66 28 leof)...{....if(
10b0: 69 29 20 73 74 72 20 7e 3d 20 22 2c 22 3b 0a 09 i) str ~= ",";..
10c0: 09 09 73 74 61 74 69 63 20 69 66 28 20 69 73 28 ..static if( is(
10d0: 74 79 70 65 6f 66 28 6d 65 6d 29 20 3d 3d 20 73 typeof(mem) == s
10e0: 74 64 2e 62 69 67 69 6e 74 2e 42 69 67 49 6e 74 td.bigint.BigInt
10f0: 29 20 29 0a 09 09 09 09 73 74 72 20 7e 3d 20 73 ) ).....str ~= s
1100: 74 64 2e 62 69 67 69 6e 74 2e 74 6f 44 65 63 69 td.bigint.toDeci
1110: 6d 61 6c 53 74 72 69 6e 67 28 6d 65 6d 29 3b 0a malString(mem);.
1120: 09 09 09 65 6c 73 65 0a 09 09 09 09 73 74 72 20 ...else.....str
1130: 7e 3d 20 73 70 72 69 6e 74 66 21 22 25 73 22 28 ~= sprintf!"%s"(
1140: 6d 65 6d 29 3b 0a 09 09 7d 0a 09 09 72 65 74 75 mem);...}...retu
1150: 72 6e 20 73 74 72 20 7e 20 22 29 22 3b 0a 09 7d rn str ~ ")";..}
1160: 0a 7d 0a 0a 76 65 72 73 69 6f 6e 28 75 6e 69 74 .}..version(unit
1170: 74 65 73 74 29 20 69 6d 70 6f 72 74 20 73 74 64 test) import std
1180: 2e 62 69 67 69 6e 74 3b 0a 75 6e 69 74 74 65 73 .bigint;.unittes
1190: 74 0a 7b 0a 09 63 6c 61 73 73 20 54 65 6d 70 0a t.{..class Temp.
11a0: 09 7b 0a 09 09 69 6e 74 20 78 3b 0a 09 09 73 74 .{...int x;...st
11b0: 72 69 6e 67 20 79 3b 0a 09 09 42 69 67 49 6e 74 ring y;...BigInt
11c0: 20 7a 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 z;...mixin Simp
11d0: 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 leConstructor;..
11e0: 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 54 6f 53 .mixin SimpleToS
11f0: 74 72 69 6e 67 3b 0a 09 7d 0a 09 61 73 73 65 72 tring;..}..asser
1200: 74 5f 65 71 28 20 28 6e 65 77 20 54 65 6d 70 28 t_eq( (new Temp(
1210: 31 2c 22 66 6f 6f 22 2c 42 69 67 49 6e 74 28 34 1,"foo",BigInt(4
1220: 32 29 29 29 2e 74 6f 53 74 72 69 6e 67 28 29 2c 2))).toString(),
1230: 20 22 54 65 6d 70 28 31 2c 66 6f 6f 2c 34 32 29 "Temp(1,foo,42)
1240: 22 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 45 76 65 72 " );.}../// Ever
1250: 79 74 68 69 6e 67 20 69 73 20 69 6e 0a 0a 2f 2a ything is in../*
1260: 6d 69 78 69 6e 2a 2f 0a 74 65 6d 70 6c 61 74 65 mixin*/.template
1270: 20 53 69 6d 70 6c 65 43 6c 61 73 73 28 29 0a 7b SimpleClass().{
1280: 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f ..mixin SimpleCo
1290: 6e 73 74 72 75 63 74 6f 72 3b 0a 09 6d 69 78 69 nstructor;..mixi
12a0: 6e 20 53 69 6d 70 6c 65 43 6f 6d 70 61 72 65 3b n SimpleCompare;
12b0: 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 54 6f ..mixin SimpleTo
12c0: 53 74 72 69 6e 67 3b 0a 7d 0a String;.}.