Hex Artifact Content
Not logged in

Artifact fcea1bf69fccc37fefd8bf220a1b61cf6895d6c4:


0000: ef bb bf 2f 2a 2a 0a 20 2a 20 41 75 74 68 6f 72  .../**. * Author
0010: 73 3a 20 6b 2e 69 6e 61 62 61 0a 20 2a 20 4c 69  s: k.inaba. * Li
0020: 63 65 6e 73 65 3a 20 4e 59 53 4c 20 30 2e 39 39  cense: NYSL 0.99
0030: 38 32 20 68 74 74 70 3a 2f 2f 77 77 77 2e 6b 6d  82 http://www.km
0040: 6f 6e 6f 73 2e 6e 65 74 2f 6e 79 73 6c 2f 0a 20  onos.net/nysl/. 
0050: 2a 0a 20 2a 20 43 6f 6d 6d 6f 6e 20 74 72 69 63  *. * Common tric
0060: 6b 73 20 61 6e 64 20 75 74 69 6c 69 74 69 65 73  ks and utilities
0070: 20 66 6f 72 20 70 72 6f 67 72 61 6d 6d 69 6e 67   for programming
0080: 20 69 6e 20 44 2e 0a 20 2a 2f 0a 6d 6f 64 75 6c   in D.. */.modul
0090: 65 20 70 6f 6c 65 6d 79 2e 74 72 69 63 6b 73 3b  e polemy.tricks;
00a0: 0a 69 6d 70 6f 72 74 20 73 74 64 2e 61 72 72 61  .import std.arra
00b0: 79 20 20 20 20 20 20 3a 20 61 70 70 65 6e 64 65  y      : appende
00c0: 72 3b 0a 69 6d 70 6f 72 74 20 73 74 64 2e 66 6f  r;.import std.fo
00d0: 72 6d 61 74 20 20 20 20 20 3a 20 66 6f 72 6d 61  rmat     : forma
00e0: 74 74 65 64 57 72 69 74 65 3b 0a 69 6d 70 6f 72  ttedWrite;.impor
00f0: 74 20 63 6f 72 65 2e 65 78 63 65 70 74 69 6f 6e  t core.exception
0100: 20 3a 20 6f 6e 41 73 73 65 72 74 45 72 72 6f 72   : onAssertError
0110: 4d 73 67 2c 20 41 73 73 65 72 74 45 72 72 6f 72  Msg, 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 55 6e 69 74 74 65 73 74 20 68 65 6c 70  // Unittest help
0270: 65 72 20 74 68 61 74 20 61 73 73 65 72 74 73 20  er that asserts 
0280: 61 6e 20 65 78 70 72 65 73 73 69 6f 6e 20 6d 75  an expression mu
0290: 73 74 20 74 68 72 6f 77 20 73 6f 6d 65 74 68 69  st throw somethi
02a0: 6e 67 0a 0a 76 6f 69 64 20 61 73 73 65 72 74 5f  ng..void assert_
02b0: 74 68 72 6f 77 28 45 78 63 65 70 74 69 6f 6e 54  throw(ExceptionT
02c0: 79 70 65 2c 20 54 2c 20 73 74 72 69 6e 67 20 66  ype, T, string f
02d0: 6e 3d 5f 5f 46 49 4c 45 5f 5f 2c 20 69 6e 74 20  n=__FILE__, int 
02e0: 6c 6e 3d 5f 5f 4c 49 4e 45 5f 5f 29 28 6c 61 7a  ln=__LINE__)(laz
02f0: 79 20 54 20 74 2c 20 73 74 72 69 6e 67 20 6d 73  y T t, string ms
0300: 67 3d 22 22 29 0a 7b 0a 09 74 72 79 20 7b 0a 09  g="").{..try {..
0310: 09 74 28 29 3b 0a 09 7d 20 63 61 74 63 68 28 45  .t();..} catch(E
0320: 78 63 65 70 74 69 6f 6e 54 79 70 65 29 20 7b 0a  xceptionType) {.
0330: 09 09 72 65 74 75 72 6e 3b 0a 09 7d 20 63 61 74  ..return;..} cat
0340: 63 68 28 54 68 72 6f 77 61 62 6c 65 20 65 29 20  ch(Throwable e) 
0350: 7b 0a 09 09 6f 6e 41 73 73 65 72 74 45 72 72 6f  {...onAssertErro
0360: 72 4d 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d 73 67  rMsg(fn, ln, msg
0370: 2e 6c 65 6e 67 74 68 20 3f 20 6d 73 67 20 3a 20  .length ? msg : 
0380: 73 70 72 69 6e 74 66 21 22 65 78 63 65 70 74 69  sprintf!"excepti
0390: 6f 6e 20 5b 25 73 5d 22 28 65 29 29 3b 0a 09 7d  on [%s]"(e));..}
03a0: 0a 09 6f 6e 41 73 73 65 72 74 45 72 72 6f 72 4d  ..onAssertErrorM
03b0: 73 67 28 66 6e 2c 20 6c 6e 2c 20 6d 73 67 2e 6c  sg(fn, ln, msg.l
03c0: 65 6e 67 74 68 20 3f 20 6d 73 67 20 3a 20 22 6e  ength ? msg : "n
03d0: 6f 20 65 78 65 63 70 74 69 6f 6e 22 29 3b 0a 7d  o execption");.}
03e0: 0a 0a 2f 2f 2f 20 55 6e 69 74 74 65 73 74 20 68  ../// Unittest h
03f0: 65 6c 70 65 72 20 74 68 61 74 20 61 73 73 65 72  elper that asser
0400: 74 73 20 61 6e 20 65 78 70 72 65 73 73 69 6f 6e  ts an expression
0410: 20 6d 75 73 74 20 6e 6f 74 20 74 68 72 6f 77 20   must not throw 
0420: 61 6e 79 74 68 69 6e 67 0a 0a 76 6f 69 64 20 61  anything..void a
0430: 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 54 2c  ssert_nothrow(T,
0440: 20 73 74 72 69 6e 67 20 66 6e 3d 5f 5f 46 49 4c   string fn=__FIL
0450: 45 5f 5f 2c 20 69 6e 74 20 6c 6e 3d 5f 5f 4c 49  E__, int ln=__LI
0460: 4e 45 5f 5f 29 28 6c 61 7a 79 20 54 20 74 2c 20  NE__)(lazy T t, 
0470: 73 74 72 69 6e 67 20 6d 73 67 3d 22 22 29 0a 7b  string msg="").{
0480: 0a 09 74 72 79 20 7b 0a 09 09 74 28 29 3b 0a 09  ..try {...t();..
0490: 7d 20 63 61 74 63 68 28 54 68 72 6f 77 61 62 6c  } catch(Throwabl
04a0: 65 20 65 29 20 7b 0a 09 09 6f 6e 41 73 73 65 72  e e) {...onAsser
04b0: 74 45 72 72 6f 72 4d 73 67 28 66 6e 2c 20 6c 6e  tErrorMsg(fn, ln
04c0: 2c 20 6d 73 67 2e 6c 65 6e 67 74 68 20 3f 20 6d  , msg.length ? m
04d0: 73 67 20 3a 20 73 70 72 69 6e 74 66 21 22 65 78  sg : sprintf!"ex
04e0: 63 65 70 74 69 6f 6e 20 5b 25 73 5d 22 28 65 29  ception [%s]"(e)
04f0: 29 3b 0a 09 7d 0a 7d 0a 0a 75 6e 69 74 74 65 73  );..}.}..unittes
0500: 74 0a 7b 0a 09 61 75 74 6f 20 65 72 72 6f 72 20  t.{..auto error 
0510: 3d 20 7b 74 68 72 6f 77 20 6e 65 77 20 45 72 72  = {throw new Err
0520: 6f 72 28 22 68 65 6c 6c 6f 22 29 3b 7d 3b 0a 09  or("hello");};..
0530: 61 75 74 6f 20 6e 6f 74 68 69 6e 67 20 3d 20 28  auto nothing = (
0540: 29 7b 7d 3b 0a 09 61 75 74 6f 20 61 73 73 65 72  ){};..auto asser
0550: 74 45 72 72 6f 72 20 3d 20 7b 61 73 73 65 72 74  tError = {assert
0560: 28 30 29 3b 7d 3b 0a 0a 09 61 73 73 65 72 74 5f  (0);};...assert_
0570: 6e 6f 74 68 72 6f 77 20 20 20 20 20 20 20 20 20  nothrow         
0580: 20 28 20 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f   ( assert_nothro
0590: 77 28 6e 6f 74 68 69 6e 67 28 29 29 20 29 3b 0a  w(nothing()) );.
05a0: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73  .assert_throw!As
05b0: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72  sertError( asser
05c0: 74 5f 6e 6f 74 68 72 6f 77 28 65 72 72 6f 72 28  t_nothrow(error(
05d0: 29 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68  )) );..assert_th
05e0: 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28  row!AssertError(
05f0: 20 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28   assert_nothrow(
0600: 61 73 73 65 72 74 45 72 72 6f 72 28 29 29 20 29  assertError()) )
0610: 3b 0a 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72  ;...assert_nothr
0620: 6f 77 20 20 20 20 20 20 20 20 20 20 28 20 61 73  ow          ( as
0630: 73 65 72 74 5f 74 68 72 6f 77 21 45 72 72 6f 72  sert_throw!Error
0640: 28 65 72 72 6f 72 28 29 29 20 29 3b 0a 09 61 73  (error()) );..as
0650: 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72  sert_throw!Asser
0660: 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f 74  tError( assert_t
0670: 68 72 6f 77 21 45 72 72 6f 72 28 6e 6f 74 68 69  hrow!Error(nothi
0680: 6e 67 28 29 29 20 29 3b 0a 09 61 73 73 65 72 74  ng()) );..assert
0690: 5f 6e 6f 74 68 72 6f 77 20 20 20 20 20 20 20 20  _nothrow        
06a0: 20 20 28 20 61 73 73 65 72 74 5f 74 68 72 6f 77    ( assert_throw
06b0: 21 45 72 72 6f 72 28 61 73 73 65 72 74 45 72 72  !Error(assertErr
06c0: 6f 72 28 29 29 20 29 3b 0a 09 61 73 73 65 72 74  or()) );..assert
06d0: 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72  _throw!AssertErr
06e0: 6f 72 28 20 61 73 73 65 72 74 5f 74 68 72 6f 77  or( assert_throw
06f0: 21 41 73 73 65 72 74 45 72 72 6f 72 28 65 72 72  !AssertError(err
0700: 6f 72 28 29 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20  or()) );.}../// 
0710: 55 6e 69 74 74 65 73 74 20 68 65 6c 70 65 72 73  Unittest helpers
0720: 20 61 73 73 65 72 74 69 6e 67 20 74 77 6f 20 76   asserting two v
0730: 61 6c 75 65 73 20 61 72 65 20 69 6e 20 73 6f 6d  alues are in som
0740: 65 20 72 65 6c 61 74 69 6f 6e 20 3d 3d 2c 20 21  e relation ==, !
0750: 3d 2c 20 3c 2c 20 3c 3d 2c 20 3e 2c 20 3e 3d 0a  =, <, <=, >, >=.
0760: 0a 74 65 6d 70 6c 61 74 65 20 61 73 73 65 72 74  .template assert
0770: 4f 70 28 73 74 72 69 6e 67 20 6f 70 29 0a 7b 0a  Op(string op).{.
0780: 09 76 6f 69 64 20 61 73 73 65 72 74 4f 70 28 41  .void assertOp(A
0790: 2c 20 42 2c 20 73 74 72 69 6e 67 20 66 6e 3d 5f  , B, string fn=_
07a0: 5f 46 49 4c 45 5f 5f 2c 20 69 6e 74 20 6c 6e 3d  _FILE__, int ln=
07b0: 5f 5f 4c 49 4e 45 5f 5f 29 28 41 20 61 2c 20 42  __LINE__)(A a, B
07c0: 20 62 2c 20 73 74 72 69 6e 67 20 6d 73 67 3d 22   b, string msg="
07d0: 22 29 0a 09 7b 0a 09 09 74 72 79 20 7b 0a 09 09  ")..{...try {...
07e0: 09 69 66 28 20 6d 69 78 69 6e 28 22 61 22 7e 6f  .if( mixin("a"~o
07f0: 70 7e 22 62 22 29 20 29 20 72 65 74 75 72 6e 3b  p~"b") ) return;
0800: 0a 09 09 7d 20 63 61 74 63 68 28 54 68 72 6f 77  ...} catch(Throw
0810: 61 62 6c 65 20 65 29 20 7b 0a 09 09 09 6f 6e 41  able e) {....onA
0820: 73 73 65 72 74 45 72 72 6f 72 4d 73 67 28 66 6e  ssertErrorMsg(fn
0830: 2c 20 6c 6e 2c 20 6d 73 67 2e 6c 65 6e 67 74 68  , ln, msg.length
0840: 20 3f 20 6d 73 67 20 3a 20 73 70 72 69 6e 74 66   ? msg : sprintf
0850: 21 22 65 78 63 65 70 74 69 6f 6e 20 5b 25 73 5d  !"exception [%s]
0860: 22 28 65 29 29 3b 0a 09 09 7d 0a 09 09 6f 6e 41  "(e));...}...onA
0870: 73 73 65 72 74 45 72 72 6f 72 4d 73 67 28 66 6e  ssertErrorMsg(fn
0880: 2c 20 6c 6e 2c 20 6d 73 67 2e 6c 65 6e 67 74 68  , ln, msg.length
0890: 20 3f 20 6d 73 67 20 3a 20 73 70 72 69 6e 74 66   ? msg : sprintf
08a0: 21 22 25 73 20 21 25 73 20 25 73 22 28 61 2c 6f  !"%s !%s %s"(a,o
08b0: 70 2c 62 29 29 3b 0a 09 7d 0a 7d 0a 0a 61 6c 69  p,b));..}.}..ali
08c0: 61 73 20 61 73 73 65 72 74 4f 70 21 28 60 3d 3d  as assertOp!(`==
08d0: 60 29 20 61 73 73 65 72 74 5f 65 71 3b 0a 61 6c  `) assert_eq;.al
08e0: 69 61 73 20 61 73 73 65 72 74 4f 70 21 28 60 21  ias assertOp!(`!
08f0: 3d 60 29 20 61 73 73 65 72 74 5f 6e 65 3b 0a 61  =`) assert_ne;.a
0900: 6c 69 61 73 20 61 73 73 65 72 74 4f 70 21 28 60  lias assertOp!(`
0910: 3c 60 29 20 20 61 73 73 65 72 74 5f 6c 74 3b 0a  <`)  assert_lt;.
0920: 61 6c 69 61 73 20 61 73 73 65 72 74 4f 70 21 28  alias assertOp!(
0930: 60 3c 3d 60 29 20 61 73 73 65 72 74 5f 6c 65 3b  `<=`) assert_le;
0940: 0a 61 6c 69 61 73 20 61 73 73 65 72 74 4f 70 21  .alias assertOp!
0950: 28 60 3e 60 29 20 20 61 73 73 65 72 74 5f 67 74  (`>`)  assert_gt
0960: 3b 0a 61 6c 69 61 73 20 61 73 73 65 72 74 4f 70  ;.alias assertOp
0970: 21 28 60 3e 3d 60 29 20 61 73 73 65 72 74 5f 67  !(`>=`) assert_g
0980: 65 3b 0a 0a 75 6e 69 74 74 65 73 74 0a 7b 0a 09  e;..unittest.{..
0990: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20  assert_nothrow( 
09a0: 61 73 73 65 72 74 5f 65 71 28 31 2c 20 31 29 20  assert_eq(1, 1) 
09b0: 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72  );..assert_nothr
09c0: 6f 77 28 20 61 73 73 65 72 74 5f 6e 65 28 31 2c  ow( assert_ne(1,
09d0: 20 30 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e   0) );..assert_n
09e0: 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74 5f 6c  othrow( assert_l
09f0: 74 28 30 2c 20 31 29 20 29 3b 0a 09 61 73 73 65  t(0, 1) );..asse
0a00: 72 74 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 65  rt_nothrow( asse
0a10: 72 74 5f 6c 65 28 30 2c 20 31 29 20 29 3b 0a 09  rt_le(0, 1) );..
0a20: 61 73 73 65 72 74 5f 6e 6f 74 68 72 6f 77 28 20  assert_nothrow( 
0a30: 61 73 73 65 72 74 5f 6c 65 28 30 2c 20 30 29 20  assert_le(0, 0) 
0a40: 29 3b 0a 09 61 73 73 65 72 74 5f 6e 6f 74 68 72  );..assert_nothr
0a50: 6f 77 28 20 61 73 73 65 72 74 5f 67 74 28 31 2c  ow( assert_gt(1,
0a60: 20 30 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6e   0) );..assert_n
0a70: 6f 74 68 72 6f 77 28 20 61 73 73 65 72 74 5f 67  othrow( assert_g
0a80: 65 28 31 2c 20 30 29 20 29 3b 0a 09 61 73 73 65  e(1, 0) );..asse
0a90: 72 74 5f 6e 6f 74 68 72 6f 77 28 20 61 73 73 65  rt_nothrow( asse
0aa0: 72 74 5f 67 65 28 30 2c 20 30 29 20 29 3b 0a 0a  rt_ge(0, 0) );..
0ab0: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73  .assert_throw!As
0ac0: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72  sertError( asser
0ad0: 74 5f 65 71 28 31 2c 20 30 29 20 29 3b 0a 09 61  t_eq(1, 0) );..a
0ae0: 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65  ssert_throw!Asse
0af0: 72 74 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f  rtError( assert_
0b00: 6e 65 28 31 2c 20 31 29 20 29 3b 0a 09 61 73 73  ne(1, 1) );..ass
0b10: 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74  ert_throw!Assert
0b20: 45 72 72 6f 72 28 20 61 73 73 65 72 74 5f 6c 74  Error( assert_lt
0b30: 28 31 2c 20 31 29 20 29 3b 0a 09 61 73 73 65 72  (1, 1) );..asser
0b40: 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45 72  t_throw!AssertEr
0b50: 72 6f 72 28 20 61 73 73 65 72 74 5f 6c 74 28 31  ror( assert_lt(1
0b60: 2c 20 30 29 20 29 3b 0a 09 61 73 73 65 72 74 5f  , 0) );..assert_
0b70: 74 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f  throw!AssertErro
0b80: 72 28 20 61 73 73 65 72 74 5f 6c 65 28 31 2c 20  r( assert_le(1, 
0b90: 30 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68  0) );..assert_th
0ba0: 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28  row!AssertError(
0bb0: 20 61 73 73 65 72 74 5f 67 74 28 30 2c 20 30 29   assert_gt(0, 0)
0bc0: 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68 72 6f   );..assert_thro
0bd0: 77 21 41 73 73 65 72 74 45 72 72 6f 72 28 20 61  w!AssertError( a
0be0: 73 73 65 72 74 5f 67 74 28 30 2c 20 31 29 20 29  ssert_gt(0, 1) )
0bf0: 3b 0a 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21  ;..assert_throw!
0c00: 41 73 73 65 72 74 45 72 72 6f 72 28 20 61 73 73  AssertError( ass
0c10: 65 72 74 5f 67 65 28 30 2c 20 31 29 20 29 3b 0a  ert_ge(0, 1) );.
0c20: 0a 09 63 6c 61 73 73 20 54 65 6d 70 20 7b 20 62  ..class Temp { b
0c30: 6f 6f 6c 20 6f 70 45 71 75 61 6c 73 28 69 6e 74  ool opEquals(int
0c40: 20 78 29 7b 72 65 74 75 72 6e 20 78 2f 78 3d 3d   x){return x/x==
0c50: 78 3b 7d 20 7d 0a 09 61 73 73 65 72 74 5f 74 68  x;} }..assert_th
0c60: 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28  row!AssertError(
0c70: 20 61 73 73 65 72 74 5f 65 71 28 6e 65 77 20 54   assert_eq(new T
0c80: 65 6d 70 2c 20 30 29 20 29 3b 0a 09 61 73 73 65  emp, 0) );..asse
0c90: 72 74 5f 6e 6f 74 68 72 6f 77 20 20 20 20 20 20  rt_nothrow      
0ca0: 20 20 20 20 28 20 61 73 73 65 72 74 5f 65 71 28      ( assert_eq(
0cb0: 6e 65 77 20 54 65 6d 70 2c 20 31 29 20 29 3b 0a  new Temp, 1) );.
0cc0: 09 61 73 73 65 72 74 5f 74 68 72 6f 77 21 41 73  .assert_throw!As
0cd0: 73 65 72 74 45 72 72 6f 72 28 20 61 73 73 65 72  sertError( asser
0ce0: 74 5f 65 71 28 6e 65 77 20 54 65 6d 70 2c 20 32  t_eq(new Temp, 2
0cf0: 29 20 29 3b 0a 7d 0a 0a 2f 2a 20 5b 54 6f 64 6f  ) );.}../* [Todo
0d00: 5d 20 69 73 20 74 68 65 72 65 20 61 6e 79 20 77  ] is there any w
0d10: 61 79 20 74 6f 20 63 6c 65 61 72 6e 6c 79 20 69  ay to clearnly i
0d20: 6d 70 6c 65 6d 65 6e 74 20 22 61 73 73 65 72 74  mplement "assert
0d30: 5f 63 6f 6d 70 69 6c 65 73 22 20 61 6e 64 20 22  _compiles" and "
0d40: 61 73 73 65 72 74 5f 6e 6f 74 5f 63 6f 6d 70 69  assert_not_compi
0d50: 6c 65 22 3f 20 2a 2f 0a 0a 2f 2f 2f 20 4d 69 78  le"? */../// Mix
0d60: 69 6e 67 2d 69 6e 20 74 68 65 20 62 65 61 6e 20  ing-in the bean 
0d70: 63 6f 6e 73 74 72 75 63 74 6f 72 20 66 6f 72 20  constructor for 
0d80: 61 20 63 6c 61 73 73 0a 0a 2f 2a 6d 69 78 69 6e  a class../*mixin
0d90: 2a 2f 20 74 65 6d 70 6c 61 74 65 20 53 69 6d 70  */ template Simp
0da0: 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 28 29 0a  leConstructor().
0db0: 7b 0a 09 73 74 61 74 69 63 20 69 66 28 20 69 73  {..static if( is
0dc0: 28 74 79 70 65 6f 66 28 73 75 70 65 72 29 20 3d  (typeof(super) =
0dd0: 3d 20 4f 62 6a 65 63 74 29 20 7c 7c 20 73 75 70  = Object) || sup
0de0: 65 72 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74  er.tupleof.lengt
0df0: 68 3d 3d 30 20 29 0a 09 09 74 68 69 73 28 20 74  h==0 )...this( t
0e00: 79 70 65 6f 66 28 74 68 69 73 2e 74 75 70 6c 65  ypeof(this.tuple
0e10: 6f 66 29 20 70 61 72 61 6d 73 20 29 0a 09 09 7b  of) params )...{
0e20: 0a 09 09 09 73 74 61 74 69 63 20 69 66 28 74 68  ....static if(th
0e30: 69 73 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74  is.tupleof.lengt
0e40: 68 3e 30 29 0a 09 09 09 09 74 68 69 73 2e 74 75  h>0).....this.tu
0e50: 70 6c 65 6f 66 20 3d 20 70 61 72 61 6d 73 3b 0a  pleof = params;.
0e60: 09 09 7d 0a 09 65 6c 73 65 0a 09 09 74 68 69 73  ..}..else...this
0e70: 28 20 74 79 70 65 6f 66 28 73 75 70 65 72 2e 74  ( typeof(super.t
0e80: 75 70 6c 65 6f 66 29 20 70 73 2c 20 74 79 70 65  upleof) ps, type
0e90: 6f 66 28 74 68 69 73 2e 74 75 70 6c 65 6f 66 29  of(this.tupleof)
0ea0: 20 70 61 72 61 6d 73 20 29 0a 09 09 7b 0a 09 09   params )...{...
0eb0: 09 2f 2f 20 69 6e 63 6c 75 64 69 6e 67 20 28 6f  .// including (o
0ec0: 6e 6c 79 29 20 74 68 65 20 64 69 72 65 63 74 20  nly) the direct 
0ed0: 73 75 70 65 72 20 63 6c 61 73 73 20 6d 65 6d 62  super class memb
0ee0: 65 72 73 0a 09 09 09 2f 2f 20 6d 61 79 20 6e 6f  ers....// may no
0ef0: 74 20 61 6c 77 61 79 73 20 62 65 20 61 20 64 65  t always be a de
0f00: 73 69 72 61 62 6c 65 20 63 68 6f 69 63 65 2c 20  sirable choice, 
0f10: 62 75 74 20 73 68 6f 75 6c 64 20 77 6f 72 6b 20  but should work 
0f20: 66 6f 72 20 6d 61 6e 79 20 63 61 73 65 73 0a 09  for many cases..
0f30: 09 09 73 75 70 65 72 28 70 73 29 3b 0a 09 09 09  ..super(ps);....
0f40: 73 74 61 74 69 63 20 69 66 28 74 68 69 73 2e 74  static if(this.t
0f50: 75 70 6c 65 6f 66 2e 6c 65 6e 67 74 68 3e 30 29  upleof.length>0)
0f60: 0a 09 09 09 09 74 68 69 73 2e 74 75 70 6c 65 6f  .....this.tupleo
0f70: 66 20 3d 20 70 61 72 61 6d 73 3b 0a 09 09 7d 0a  f = params;...}.
0f80: 7d 0a 0a 75 6e 69 74 74 65 73 74 0a 7b 0a 09 63  }..unittest.{..c
0f90: 6c 61 73 73 20 54 65 6d 70 0a 09 7b 0a 09 09 69  lass Temp..{...i
0fa0: 6e 74 20 78 3b 0a 09 09 73 74 72 69 6e 67 20 79  nt x;...string y
0fb0: 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65  ;...mixin Simple
0fc0: 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 7d 0a  Constructor;..}.
0fd0: 09 61 73 73 65 72 74 5f 65 71 28 20 28 6e 65 77  .assert_eq( (new
0fe0: 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29 2e   Temp(1,"foo")).
0ff0: 78 2c 20 31 20 29 3b 0a 09 61 73 73 65 72 74 5f  x, 1 );..assert_
1000: 65 71 28 20 28 6e 65 77 20 54 65 6d 70 28 31 2c  eq( (new Temp(1,
1010: 22 66 6f 6f 22 29 29 2e 79 2c 20 22 66 6f 6f 22  "foo")).y, "foo"
1020: 20 29 3b 0a 09 61 73 73 65 72 74 28 20 21 5f 5f   );..assert( !__
1030: 74 72 61 69 74 73 28 63 6f 6d 70 69 6c 65 73 2c  traits(compiles,
1040: 20 6e 65 77 20 54 65 6d 70 29 20 29 3b 0a 09 61   new Temp) );..a
1050: 73 73 65 72 74 28 20 21 5f 5f 74 72 61 69 74 73  ssert( !__traits
1060: 28 63 6f 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54  (compiles, new T
1070: 65 6d 70 28 31 29 29 20 29 3b 0a 09 61 73 73 65  emp(1)) );..asse
1080: 72 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63 6f  rt( !__traits(co
1090: 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54 65 6d 70  mpiles, new Temp
10a0: 28 22 66 6f 6f 22 2c 31 29 29 20 29 3b 0a 0a 09  ("foo",1)) );...
10b0: 63 6c 61 73 73 20 54 6f 6d 70 20 3a 20 54 65 6d  class Tomp : Tem
10c0: 70 0a 09 7b 0a 09 09 72 65 61 6c 20 7a 3b 0a 09  p..{...real z;..
10d0: 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e  .mixin SimpleCon
10e0: 73 74 72 75 63 74 6f 72 3b 0a 09 7d 0a 09 61 73  structor;..}..as
10f0: 73 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54 6f  sert_eq( (new To
1100: 6d 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29  mp(1,"foo",2.5))
1110: 2e 78 2c 20 31 20 29 3b 0a 09 61 73 73 65 72 74  .x, 1 );..assert
1120: 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d 70 28 31  _eq( (new Tomp(1
1130: 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e 79 2c 20  ,"foo",2.5)).y, 
1140: 22 66 6f 6f 22 20 29 3b 0a 09 61 73 73 65 72 74  "foo" );..assert
1150: 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d 70 28 31  _eq( (new Tomp(1
1160: 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e 7a 2c 20  ,"foo",2.5)).z, 
1170: 32 2e 35 20 29 3b 0a 09 61 73 73 65 72 74 28 20  2.5 );..assert( 
1180: 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70 69 6c  !__traits(compil
1190: 65 73 2c 20 6e 65 77 20 54 6f 6d 70 28 33 2e 31  es, new Tomp(3.1
11a0: 34 29 29 20 29 3b 0a 0a 09 2f 2f 20 73 68 69 79  4)) );...// shiy
11b0: 6f 2d 20 64 65 73 75 2e 20 44 6f 6e 27 74 20 75  o- desu. Don't u
11c0: 73 65 20 69 6e 20 74 68 69 73 20 77 61 79 2e 0a  se in this way..
11d0: 09 2f 2f 20 20 20 54 61 6d 70 20 74 72 69 65 73  .//   Tamp tries
11e0: 20 74 6f 20 63 61 6c 6c 20 6e 65 77 20 54 6f 6d   to call new Tom
11f0: 70 28 72 65 61 6c 29 20 28 62 65 63 61 75 73 65  p(real) (because
1200: 20 69 74 20 6f 6e 6c 79 20 73 65 65 73 20 54 6f   it only sees To
1210: 6d 70 27 73 20 6d 65 6d 62 65 72 73 29 2c 0a 09  mp's members),..
1220: 2f 2f 20 20 20 62 75 74 20 69 74 20 66 61 69 6c  //   but it fail
1230: 73 20 62 65 63 61 75 73 65 20 54 6f 6d 70 20 74  s because Tomp t
1240: 61 6b 65 73 20 28 69 6e 74 2c 73 74 72 69 6e 67  akes (int,string
1250: 2c 72 65 61 6c 29 2e 0a 09 61 73 73 65 72 74 28  ,real)...assert(
1260: 20 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70 69   !__traits(compi
1270: 6c 65 73 2c 20 7b 0a 09 09 63 6c 61 73 73 20 54  les, {...class T
1280: 61 6d 70 20 3a 20 54 6f 6d 70 0a 09 09 7b 0a 09  amp : Tomp...{..
1290: 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f  ..mixin SimpleCo
12a0: 6e 73 74 72 75 63 74 6f 72 3b 0a 09 09 7d 0a 09  nstructor;...}..
12b0: 7d 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 4d 69 78  }) );.}../// Mix
12c0: 69 6e 67 2d 69 6e 20 74 68 65 20 4d 4f 53 54 2d  ing-in the MOST-
12d0: 44 45 52 49 56 45 44 2d 6d 65 6d 62 65 72 2d 77  DERIVED-member-w
12e0: 69 73 65 20 63 6f 6d 70 61 72 61 74 6f 72 20 66  ise comparator f
12f0: 6f 72 20 61 20 63 6c 61 73 73 0a 0a 2f 2a 6d 69  or a class../*mi
1300: 78 69 6e 2a 2f 20 74 65 6d 70 6c 61 74 65 20 53  xin*/ template S
1310: 69 6d 70 6c 65 43 6f 6d 70 61 72 65 28 29 0a 7b  impleCompare().{
1320: 0a 09 6f 76 65 72 72 69 64 65 20 62 6f 6f 6c 20  ..override bool 
1330: 6f 70 45 71 75 61 6c 73 28 4f 62 6a 65 63 74 20  opEquals(Object 
1340: 72 68 73 5f 29 20 63 6f 6e 73 74 0a 09 7b 0a 09  rhs_) const..{..
1350: 09 69 66 28 20 61 75 74 6f 20 72 68 73 20 3d 20  .if( auto rhs = 
1360: 63 61 73 74 28 74 79 70 65 6f 66 28 74 68 69 73  cast(typeof(this
1370: 29 29 72 68 73 5f 20 29 0a 09 09 7b 0a 09 09 09  ))rhs_ )...{....
1380: 66 6f 72 65 61 63 68 28 69 2c 5f 3b 20 74 68 69  foreach(i,_; thi
1390: 73 2e 74 75 70 6c 65 6f 66 29 0a 09 09 09 09 69  s.tupleof).....i
13a0: 66 28 20 74 68 69 73 2e 74 75 70 6c 65 6f 66 5b  f( this.tupleof[
13b0: 69 5d 20 21 3d 20 72 68 73 2e 74 75 70 6c 65 6f  i] != rhs.tupleo
13c0: 66 5b 69 5d 20 29 0a 09 09 09 09 09 72 65 74 75  f[i] )......retu
13d0: 72 6e 20 66 61 6c 73 65 3b 0a 09 09 09 72 65 74  rn false;....ret
13e0: 75 72 6e 20 74 72 75 65 3b 0a 09 09 7d 0a 09 09  urn true;...}...
13f0: 61 73 73 65 72 74 28 66 61 6c 73 65 2c 20 73 70  assert(false, sp
1400: 72 69 6e 74 66 21 22 43 61 6e 6e 6f 74 20 63 6f  rintf!"Cannot co
1410: 6d 70 61 72 65 20 25 73 20 77 69 74 68 20 25 73  mpare %s with %s
1420: 22 28 74 79 70 65 69 64 28 74 68 69 73 29 2c 20  "(typeid(this), 
1430: 74 79 70 65 69 64 28 72 68 73 5f 29 29 29 3b 0a  typeid(rhs_)));.
1440: 09 7d 0a 0a 09 6f 76 65 72 72 69 64 65 20 68 61  .}...override ha
1450: 73 68 5f 74 20 74 6f 48 61 73 68 28 29 20 63 6f  sh_t toHash() co
1460: 6e 73 74 0a 09 7b 0a 09 09 68 61 73 68 5f 74 20  nst..{...hash_t 
1470: 68 20 3d 20 30 3b 0a 09 09 66 6f 72 65 61 63 68  h = 0;...foreach
1480: 28 6d 65 6d 3b 20 74 68 69 73 2e 74 75 70 6c 65  (mem; this.tuple
1490: 6f 66 29 0a 09 09 09 68 20 2b 3d 20 74 79 70 65  of)....h += type
14a0: 69 64 28 6d 65 6d 29 2e 67 65 74 48 61 73 68 28  id(mem).getHash(
14b0: 26 6d 65 6d 29 3b 0a 09 09 72 65 74 75 72 6e 20  &mem);...return 
14c0: 68 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 69 64 65  h;..}...override
14d0: 20 69 6e 74 20 6f 70 43 6d 70 28 4f 62 6a 65 63   int opCmp(Objec
14e0: 74 20 72 68 73 5f 29 20 63 6f 6e 73 74 0a 09 7b  t rhs_) const..{
14f0: 0a 09 09 69 66 28 20 61 75 74 6f 20 72 68 73 20  ...if( auto rhs 
1500: 3d 20 63 61 73 74 28 74 79 70 65 6f 66 28 74 68  = cast(typeof(th
1510: 69 73 29 29 72 68 73 5f 20 29 0a 09 09 7b 0a 09  is))rhs_ )...{..
1520: 09 09 66 6f 72 65 61 63 68 28 69 2c 5f 3b 20 74  ..foreach(i,_; t
1530: 68 69 73 2e 74 75 70 6c 65 6f 66 29 0a 09 09 09  his.tupleof)....
1540: 09 69 66 28 61 75 74 6f 20 63 20 3d 20 74 79 70  .if(auto c = typ
1550: 65 69 64 28 5f 29 2e 63 6f 6d 70 61 72 65 28 26  eid(_).compare(&
1560: 74 68 69 73 2e 74 75 70 6c 65 6f 66 5b 69 5d 2c  this.tupleof[i],
1570: 26 72 68 73 2e 74 75 70 6c 65 6f 66 5b 69 5d 29  &rhs.tupleof[i])
1580: 29 0a 09 09 09 09 09 72 65 74 75 72 6e 20 63 3b  )......return c;
1590: 0a 09 09 09 72 65 74 75 72 6e 20 30 3b 0a 09 09  ....return 0;...
15a0: 7d 0a 09 09 61 73 73 65 72 74 28 66 61 6c 73 65  }...assert(false
15b0: 2c 20 73 70 72 69 6e 74 66 21 22 43 61 6e 6e 6f  , sprintf!"Canno
15c0: 74 20 63 6f 6d 70 61 72 65 20 25 73 20 77 69 74  t compare %s wit
15d0: 68 20 25 73 22 28 74 79 70 65 69 64 28 74 68 69  h %s"(typeid(thi
15e0: 73 29 2c 20 74 79 70 65 69 64 28 72 68 73 5f 29  s), typeid(rhs_)
15f0: 29 29 3b 0a 09 7d 0a 7d 0a 0a 75 6e 69 74 74 65  ));..}.}..unitte
1600: 73 74 0a 7b 0a 09 63 6c 61 73 73 20 54 65 6d 70  st.{..class Temp
1610: 0a 09 7b 0a 09 09 69 6e 74 20 78 3b 0a 09 09 73  ..{...int x;...s
1620: 74 72 69 6e 67 20 79 3b 0a 09 09 6d 69 78 69 6e  tring y;...mixin
1630: 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74   SimpleConstruct
1640: 6f 72 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70  or;...mixin Simp
1650: 6c 65 43 6f 6d 70 61 72 65 3b 0a 09 7d 0a 09 61  leCompare;..}..a
1660: 73 73 65 72 74 5f 65 71 28 20 6e 65 77 20 54 65  ssert_eq( new Te
1670: 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77  mp(1,"foo"), new
1680: 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 20 29   Temp(1,"foo") )
1690: 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 20 28 6e  ;..assert_eq( (n
16a0: 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29  ew Temp(1,"foo")
16b0: 29 2e 74 6f 48 61 73 68 2c 20 28 6e 65 77 20 54  ).toHash, (new T
16c0: 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29 2e 74 6f  emp(1,"foo")).to
16d0: 48 61 73 68 20 29 3b 0a 09 61 73 73 65 72 74 5f  Hash );..assert_
16e0: 6e 65 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22  ne( new Temp(1,"
16f0: 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d 70 28  foo"), new Temp(
1700: 32 2c 22 66 6f 6f 22 29 20 29 3b 0a 09 61 73 73  2,"foo") );..ass
1710: 65 72 74 5f 6e 65 28 20 6e 65 77 20 54 65 6d 70  ert_ne( new Temp
1720: 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54  (1,"foo"), new T
1730: 65 6d 70 28 31 2c 22 62 61 72 22 29 20 29 3b 0a  emp(1,"bar") );.
1740: 09 61 73 73 65 72 74 5f 67 74 28 20 6e 65 77 20  .assert_gt( new 
1750: 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e  Temp(1,"foo"), n
1760: 65 77 20 54 65 6d 70 28 31 2c 22 62 61 72 22 29  ew Temp(1,"bar")
1770: 20 29 3b 0a 09 61 73 73 65 72 74 5f 6c 74 28 20   );..assert_lt( 
1780: 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22  new Temp(1,"foo"
1790: 29 2c 20 6e 65 77 20 54 65 6d 70 28 32 2c 22 62  ), new Temp(2,"b
17a0: 61 72 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f  ar") );..assert_
17b0: 67 65 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22  ge( new Temp(1,"
17c0: 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d 70 28  foo"), new Temp(
17d0: 31 2c 22 66 6f 6f 22 29 20 29 3b 0a 0a 09 63 6c  1,"foo") );...cl
17e0: 61 73 73 20 54 65 6d 70 44 75 6d 6d 79 0a 09 7b  ass TempDummy..{
17f0: 0a 09 09 69 6e 74 20 78 3b 0a 09 09 73 74 72 69  ...int x;...stri
1800: 6e 67 20 79 3b 0a 09 09 6d 69 78 69 6e 20 53 69  ng y;...mixin Si
1810: 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b  mpleConstructor;
1820: 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43  ...mixin SimpleC
1830: 6f 6d 70 61 72 65 3b 0a 09 7d 0a 09 61 73 73 65  ompare;..}..asse
1840: 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72 74 45  rt_throw!AssertE
1850: 72 72 6f 72 28 20 6e 65 77 20 54 65 6d 70 28 31  rror( new Temp(1
1860: 2c 22 66 6f 6f 22 29 20 3d 3d 20 6e 65 77 20 54  ,"foo") == new T
1870: 65 6d 70 44 75 6d 6d 79 28 31 2c 22 66 6f 6f 22  empDummy(1,"foo"
1880: 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74 68 72  ) );..assert_thr
1890: 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72 28 20  ow!AssertError( 
18a0: 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22  new Temp(1,"foo"
18b0: 29 20 3c 3d 20 6e 65 77 20 54 65 6d 70 44 75 6d  ) <= new TempDum
18c0: 6d 79 28 31 2c 22 66 6f 6f 22 29 20 29 3b 0a 7d  my(1,"foo") );.}
18d0: 0a 0d 0a 2f 2f 2f 20 4d 69 78 69 6e 67 2d 69 6e  .../// Mixing-in
18e0: 20 61 20 73 69 6d 70 6c 65 20 74 6f 53 74 72 69   a simple toStri
18f0: 6e 67 20 6d 65 74 68 6f 64 0d 0a 0d 0a 2f 2a 6d  ng method..../*m
1900: 69 78 69 6e 2a 2f 20 74 65 6d 70 6c 61 74 65 20  ixin*/ template 
1910: 53 69 6d 70 6c 65 54 6f 53 74 72 69 6e 67 28 29  SimpleToString()
1920: 0d 0a 7b 0d 0a 09 6f 76 65 72 72 69 64 65 20 73  ..{...override s
1930: 74 72 69 6e 67 20 74 6f 53 74 72 69 6e 67 28 29  tring toString()
1940: 0d 0a 09 7b 0d 0a 09 09 73 74 72 69 6e 67 20 73  ...{....string s
1950: 74 72 20 3d 20 73 70 72 69 6e 74 66 21 22 25 73  tr = sprintf!"%s
1960: 28 22 28 74 79 70 65 6f 66 28 74 68 69 73 29 2e  ("(typeof(this).
1970: 73 74 72 69 6e 67 6f 66 29 3b 0d 0a 09 09 66 6f  stringof);....fo
1980: 72 65 61 63 68 28 69 2c 6d 65 6d 3b 20 74 68 69  reach(i,mem; thi
1990: 73 2e 74 75 70 6c 65 6f 66 29 0d 0a 09 09 7b 0d  s.tupleof)....{.
19a0: 0a 09 09 09 69 66 28 69 29 20 73 74 72 20 7e 3d  ....if(i) str ~=
19b0: 20 22 2c 22 3b 0d 0a 09 09 09 73 74 61 74 69 63   ",";.....static
19c0: 20 69 66 28 20 69 73 28 74 79 70 65 6f 66 28 6d   if( is(typeof(m
19d0: 65 6d 29 20 3d 3d 20 73 74 64 2e 62 69 67 69 6e  em) == std.bigin
19e0: 74 2e 42 69 67 49 6e 74 29 20 29 0d 0a 09 09 09  t.BigInt) ).....
19f0: 09 73 74 72 20 7e 3d 20 73 74 64 2e 62 69 67 69  .str ~= std.bigi
1a00: 6e 74 2e 74 6f 44 65 63 69 6d 61 6c 53 74 72 69  nt.toDecimalStri
1a10: 6e 67 28 6d 65 6d 29 3b 0d 0a 09 09 09 65 6c 73  ng(mem);.....els
1a20: 65 0d 0a 09 09 09 09 73 74 72 20 7e 3d 20 73 70  e......str ~= sp
1a30: 72 69 6e 74 66 21 22 25 73 22 28 6d 65 6d 29 3b  rintf!"%s"(mem);
1a40: 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75 72 6e 20  ....}....return 
1a50: 73 74 72 20 7e 20 22 29 22 3b 0d 0a 09 7d 0d 0a  str ~ ")";...}..
1a60: 7d 0d 0a 0d 0a 76 65 72 73 69 6f 6e 28 75 6e 69  }....version(uni
1a70: 74 74 65 73 74 29 20 69 6d 70 6f 72 74 20 73 74  ttest) import st
1a80: 64 2e 62 69 67 69 6e 74 3b 0d 0a 75 6e 69 74 74  d.bigint;..unitt
1a90: 65 73 74 0d 0a 7b 0d 0a 09 63 6c 61 73 73 20 54  est..{...class T
1aa0: 65 6d 70 0d 0a 09 7b 0d 0a 09 09 69 6e 74 20 78  emp...{....int x
1ab0: 3b 0d 0a 09 09 73 74 72 69 6e 67 20 79 3b 0d 0a  ;....string y;..
1ac0: 09 09 42 69 67 49 6e 74 20 7a 3b 0d 0a 09 09 6d  ..BigInt z;....m
1ad0: 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74  ixin SimpleConst
1ae0: 72 75 63 74 6f 72 3b 0d 0a 09 09 6d 69 78 69 6e  ructor;....mixin
1af0: 20 53 69 6d 70 6c 65 54 6f 53 74 72 69 6e 67 3b   SimpleToString;
1b00: 0d 0a 09 7d 0d 0a 09 61 73 73 65 72 74 5f 65 71  ...}...assert_eq
1b10: 28 20 28 6e 65 77 20 54 65 6d 70 28 31 2c 22 66  ( (new Temp(1,"f
1b20: 6f 6f 22 2c 42 69 67 49 6e 74 28 34 32 29 29 29  oo",BigInt(42)))
1b30: 2e 74 6f 53 74 72 69 6e 67 28 29 2c 20 22 54 65  .toString(), "Te
1b40: 6d 70 28 31 2c 66 6f 6f 2c 34 32 29 22 20 29 3b  mp(1,foo,42)" );
1b50: 0d 0a 7d 0d 0a                                   ..}..