Hex Artifact Content
Not logged in

Artifact 73906cba073bce6cf3d9a4b411a3e6bb78719468:


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 0d 0a 74 65 6d 70 6c 61 74 65 20 53 69 6d  */..template Sim
0da0: 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72 28 29  pleConstructor()
0db0: 0a 7b 0a 09 73 74 61 74 69 63 20 69 66 28 20 69  .{..static if( i
0dc0: 73 28 74 79 70 65 6f 66 28 73 75 70 65 72 29 20  s(typeof(super) 
0dd0: 3d 3d 20 4f 62 6a 65 63 74 29 20 7c 7c 20 73 75  == Object) || su
0de0: 70 65 72 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67  per.tupleof.leng
0df0: 74 68 3d 3d 30 20 29 0a 09 09 74 68 69 73 28 20  th==0 )...this( 
0e00: 74 79 70 65 6f 66 28 74 68 69 73 2e 74 75 70 6c  typeof(this.tupl
0e10: 65 6f 66 29 20 70 61 72 61 6d 73 20 29 0a 09 09  eof) params )...
0e20: 7b 0a 09 09 09 73 74 61 74 69 63 20 69 66 28 74  {....static if(t
0e30: 68 69 73 2e 74 75 70 6c 65 6f 66 2e 6c 65 6e 67  his.tupleof.leng
0e40: 74 68 3e 30 29 0a 09 09 09 09 74 68 69 73 2e 74  th>0).....this.t
0e50: 75 70 6c 65 6f 66 20 3d 20 70 61 72 61 6d 73 3b  upleof = params;
0e60: 0a 09 09 7d 0a 09 65 6c 73 65 0a 09 09 74 68 69  ...}..else...thi
0e70: 73 28 20 74 79 70 65 6f 66 28 73 75 70 65 72 2e  s( typeof(super.
0e80: 74 75 70 6c 65 6f 66 29 20 70 73 2c 20 74 79 70  tupleof) ps, typ
0e90: 65 6f 66 28 74 68 69 73 2e 74 75 70 6c 65 6f 66  eof(this.tupleof
0ea0: 29 20 70 61 72 61 6d 73 20 29 0a 09 09 7b 0a 09  ) params )...{..
0eb0: 09 09 2f 2f 20 69 6e 63 6c 75 64 69 6e 67 20 28  ..// including (
0ec0: 6f 6e 6c 79 29 20 74 68 65 20 64 69 72 65 63 74  only) the direct
0ed0: 20 73 75 70 65 72 20 63 6c 61 73 73 20 6d 65 6d   super class mem
0ee0: 62 65 72 73 0a 09 09 09 2f 2f 20 6d 61 79 20 6e  bers....// may n
0ef0: 6f 74 20 61 6c 77 61 79 73 20 62 65 20 61 20 64  ot always be a d
0f00: 65 73 69 72 61 62 6c 65 20 63 68 6f 69 63 65 2c  esirable choice,
0f10: 20 62 75 74 20 73 68 6f 75 6c 64 20 77 6f 72 6b   but should work
0f20: 20 66 6f 72 20 6d 61 6e 79 20 63 61 73 65 73 0a   for many cases.
0f30: 09 09 09 73 75 70 65 72 28 70 73 29 3b 0a 09 09  ...super(ps);...
0f40: 09 73 74 61 74 69 63 20 69 66 28 74 68 69 73 2e  .static if(this.
0f50: 74 75 70 6c 65 6f 66 2e 6c 65 6e 67 74 68 3e 30  tupleof.length>0
0f60: 29 0a 09 09 09 09 74 68 69 73 2e 74 75 70 6c 65  ).....this.tuple
0f70: 6f 66 20 3d 20 70 61 72 61 6d 73 3b 0a 09 09 7d  of = params;...}
0f80: 0a 7d 0a 0a 75 6e 69 74 74 65 73 74 0a 7b 0a 09  .}..unittest.{..
0f90: 63 6c 61 73 73 20 54 65 6d 70 0a 09 7b 0a 09 09  class Temp..{...
0fa0: 69 6e 74 20 78 3b 0a 09 09 73 74 72 69 6e 67 20  int x;...string 
0fb0: 79 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c  y;...mixin Simpl
0fc0: 65 43 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 7d  eConstructor;..}
0fd0: 0a 09 61 73 73 65 72 74 5f 65 71 28 20 28 6e 65  ..assert_eq( (ne
0fe0: 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29  w Temp(1,"foo"))
0ff0: 2e 78 2c 20 31 20 29 3b 0a 09 61 73 73 65 72 74  .x, 1 );..assert
1000: 5f 65 71 28 20 28 6e 65 77 20 54 65 6d 70 28 31  _eq( (new Temp(1
1010: 2c 22 66 6f 6f 22 29 29 2e 79 2c 20 22 66 6f 6f  ,"foo")).y, "foo
1020: 22 20 29 3b 0a 09 61 73 73 65 72 74 28 20 21 5f  " );..assert( !_
1030: 5f 74 72 61 69 74 73 28 63 6f 6d 70 69 6c 65 73  _traits(compiles
1040: 2c 20 6e 65 77 20 54 65 6d 70 29 20 29 3b 0a 09  , new Temp) );..
1050: 61 73 73 65 72 74 28 20 21 5f 5f 74 72 61 69 74  assert( !__trait
1060: 73 28 63 6f 6d 70 69 6c 65 73 2c 20 6e 65 77 20  s(compiles, new 
1070: 54 65 6d 70 28 31 29 29 20 29 3b 0a 09 61 73 73  Temp(1)) );..ass
1080: 65 72 74 28 20 21 5f 5f 74 72 61 69 74 73 28 63  ert( !__traits(c
1090: 6f 6d 70 69 6c 65 73 2c 20 6e 65 77 20 54 65 6d  ompiles, new Tem
10a0: 70 28 22 66 6f 6f 22 2c 31 29 29 20 29 3b 0a 0a  p("foo",1)) );..
10b0: 09 63 6c 61 73 73 20 54 6f 6d 70 20 3a 20 54 65  .class Tomp : Te
10c0: 6d 70 0a 09 7b 0a 09 09 72 65 61 6c 20 7a 3b 0a  mp..{...real z;.
10d0: 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f  ..mixin SimpleCo
10e0: 6e 73 74 72 75 63 74 6f 72 3b 0a 09 7d 0a 09 61  nstructor;..}..a
10f0: 73 73 65 72 74 5f 65 71 28 20 28 6e 65 77 20 54  ssert_eq( (new T
1100: 6f 6d 70 28 31 2c 22 66 6f 6f 22 2c 32 2e 35 29  omp(1,"foo",2.5)
1110: 29 2e 78 2c 20 31 20 29 3b 0a 09 61 73 73 65 72  ).x, 1 );..asser
1120: 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d 70 28  t_eq( (new Tomp(
1130: 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e 79 2c  1,"foo",2.5)).y,
1140: 20 22 66 6f 6f 22 20 29 3b 0a 09 61 73 73 65 72   "foo" );..asser
1150: 74 5f 65 71 28 20 28 6e 65 77 20 54 6f 6d 70 28  t_eq( (new Tomp(
1160: 31 2c 22 66 6f 6f 22 2c 32 2e 35 29 29 2e 7a 2c  1,"foo",2.5)).z,
1170: 20 32 2e 35 20 29 3b 0a 09 61 73 73 65 72 74 28   2.5 );..assert(
1180: 20 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70 69   !__traits(compi
1190: 6c 65 73 2c 20 6e 65 77 20 54 6f 6d 70 28 33 2e  les, new Tomp(3.
11a0: 31 34 29 29 20 29 3b 0a 0a 09 2f 2f 20 73 68 69  14)) );...// shi
11b0: 79 6f 2d 20 64 65 73 75 2e 20 44 6f 6e 27 74 20  yo- desu. Don't 
11c0: 75 73 65 20 69 6e 20 74 68 69 73 20 77 61 79 2e  use in this way.
11d0: 0a 09 2f 2f 20 20 20 54 61 6d 70 20 74 72 69 65  ..//   Tamp trie
11e0: 73 20 74 6f 20 63 61 6c 6c 20 6e 65 77 20 54 6f  s to call new To
11f0: 6d 70 28 72 65 61 6c 29 20 28 62 65 63 61 75 73  mp(real) (becaus
1200: 65 20 69 74 20 6f 6e 6c 79 20 73 65 65 73 20 54  e it only sees T
1210: 6f 6d 70 27 73 20 6d 65 6d 62 65 72 73 29 2c 0a  omp's members),.
1220: 09 2f 2f 20 20 20 62 75 74 20 69 74 20 66 61 69  .//   but it fai
1230: 6c 73 20 62 65 63 61 75 73 65 20 54 6f 6d 70 20  ls because Tomp 
1240: 74 61 6b 65 73 20 28 69 6e 74 2c 73 74 72 69 6e  takes (int,strin
1250: 67 2c 72 65 61 6c 29 2e 0a 09 61 73 73 65 72 74  g,real)...assert
1260: 28 20 21 5f 5f 74 72 61 69 74 73 28 63 6f 6d 70  ( !__traits(comp
1270: 69 6c 65 73 2c 20 7b 0a 09 09 63 6c 61 73 73 20  iles, {...class 
1280: 54 61 6d 70 20 3a 20 54 6f 6d 70 0a 09 09 7b 0a  Tamp : Tomp...{.
1290: 09 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43  ...mixin SimpleC
12a0: 6f 6e 73 74 72 75 63 74 6f 72 3b 0a 09 09 7d 0a  onstructor;...}.
12b0: 09 7d 29 20 29 3b 0a 7d 0a 0a 2f 2f 2f 20 4d 69  .}) );.}../// Mi
12c0: 78 69 6e 67 2d 69 6e 20 74 68 65 20 4d 4f 53 54  xing-in the MOST
12d0: 2d 44 45 52 49 56 45 44 2d 6d 65 6d 62 65 72 2d  -DERIVED-member-
12e0: 77 69 73 65 20 63 6f 6d 70 61 72 61 74 6f 72 20  wise comparator 
12f0: 66 6f 72 20 61 20 63 6c 61 73 73 0a 0a 2f 2a 6d  for a class../*m
1300: 69 78 69 6e 2a 2f 0d 0a 74 65 6d 70 6c 61 74 65  ixin*/..template
1310: 20 53 69 6d 70 6c 65 43 6f 6d 70 61 72 65 28 29   SimpleCompare()
1320: 0a 7b 0a 09 6f 76 65 72 72 69 64 65 20 62 6f 6f  .{..override boo
1330: 6c 20 6f 70 45 71 75 61 6c 73 28 4f 62 6a 65 63  l opEquals(Objec
1340: 74 20 72 68 73 5f 29 20 63 6f 6e 73 74 0a 09 7b  t rhs_) const..{
1350: 0a 09 09 69 66 28 20 61 75 74 6f 20 72 68 73 20  ...if( auto rhs 
1360: 3d 20 63 61 73 74 28 74 79 70 65 6f 66 28 74 68  = cast(typeof(th
1370: 69 73 29 29 72 68 73 5f 20 29 0a 09 09 7b 0a 09  is))rhs_ )...{..
1380: 09 09 66 6f 72 65 61 63 68 28 69 2c 5f 3b 20 74  ..foreach(i,_; t
1390: 68 69 73 2e 74 75 70 6c 65 6f 66 29 0a 09 09 09  his.tupleof)....
13a0: 09 69 66 28 20 74 68 69 73 2e 74 75 70 6c 65 6f  .if( this.tupleo
13b0: 66 5b 69 5d 20 21 3d 20 72 68 73 2e 74 75 70 6c  f[i] != rhs.tupl
13c0: 65 6f 66 5b 69 5d 20 29 0a 09 09 09 09 09 72 65  eof[i] )......re
13d0: 74 75 72 6e 20 66 61 6c 73 65 3b 0a 09 09 09 72  turn false;....r
13e0: 65 74 75 72 6e 20 74 72 75 65 3b 0a 09 09 7d 0a  eturn true;...}.
13f0: 09 09 61 73 73 65 72 74 28 66 61 6c 73 65 2c 20  ..assert(false, 
1400: 73 70 72 69 6e 74 66 21 22 43 61 6e 6e 6f 74 20  sprintf!"Cannot 
1410: 63 6f 6d 70 61 72 65 20 25 73 20 77 69 74 68 20  compare %s with 
1420: 25 73 22 28 74 79 70 65 69 64 28 74 68 69 73 29  %s"(typeid(this)
1430: 2c 20 74 79 70 65 69 64 28 72 68 73 5f 29 29 29  , typeid(rhs_)))
1440: 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 69 64 65 20  ;..}...override 
1450: 68 61 73 68 5f 74 20 74 6f 48 61 73 68 28 29 20  hash_t toHash() 
1460: 63 6f 6e 73 74 0a 09 7b 0a 09 09 68 61 73 68 5f  const..{...hash_
1470: 74 20 68 20 3d 20 30 3b 0a 09 09 66 6f 72 65 61  t h = 0;...forea
1480: 63 68 28 6d 65 6d 3b 20 74 68 69 73 2e 74 75 70  ch(mem; this.tup
1490: 6c 65 6f 66 29 0a 09 09 09 68 20 2b 3d 20 74 79  leof)....h += ty
14a0: 70 65 69 64 28 6d 65 6d 29 2e 67 65 74 48 61 73  peid(mem).getHas
14b0: 68 28 26 6d 65 6d 29 3b 0a 09 09 72 65 74 75 72  h(&mem);...retur
14c0: 6e 20 68 3b 0a 09 7d 0a 0a 09 6f 76 65 72 72 69  n h;..}...overri
14d0: 64 65 20 69 6e 74 20 6f 70 43 6d 70 28 4f 62 6a  de int opCmp(Obj
14e0: 65 63 74 20 72 68 73 5f 29 20 63 6f 6e 73 74 0a  ect rhs_) const.
14f0: 09 7b 0a 09 09 69 66 28 20 61 75 74 6f 20 72 68  .{...if( auto rh
1500: 73 20 3d 20 63 61 73 74 28 74 79 70 65 6f 66 28  s = cast(typeof(
1510: 74 68 69 73 29 29 72 68 73 5f 20 29 0a 09 09 7b  this))rhs_ )...{
1520: 0a 09 09 09 66 6f 72 65 61 63 68 28 69 2c 5f 3b  ....foreach(i,_;
1530: 20 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0a 09   this.tupleof)..
1540: 09 09 09 69 66 28 61 75 74 6f 20 63 20 3d 20 74  ...if(auto c = t
1550: 79 70 65 69 64 28 5f 29 2e 63 6f 6d 70 61 72 65  ypeid(_).compare
1560: 28 26 74 68 69 73 2e 74 75 70 6c 65 6f 66 5b 69  (&this.tupleof[i
1570: 5d 2c 26 72 68 73 2e 74 75 70 6c 65 6f 66 5b 69  ],&rhs.tupleof[i
1580: 5d 29 29 0a 09 09 09 09 09 72 65 74 75 72 6e 20  ]))......return 
1590: 63 3b 0a 09 09 09 72 65 74 75 72 6e 20 30 3b 0a  c;....return 0;.
15a0: 09 09 7d 0a 09 09 61 73 73 65 72 74 28 66 61 6c  ..}...assert(fal
15b0: 73 65 2c 20 73 70 72 69 6e 74 66 21 22 43 61 6e  se, sprintf!"Can
15c0: 6e 6f 74 20 63 6f 6d 70 61 72 65 20 25 73 20 77  not compare %s w
15d0: 69 74 68 20 25 73 22 28 74 79 70 65 69 64 28 74  ith %s"(typeid(t
15e0: 68 69 73 29 2c 20 74 79 70 65 69 64 28 72 68 73  his), typeid(rhs
15f0: 5f 29 29 29 3b 0a 09 7d 0a 7d 0a 0a 75 6e 69 74  _)));..}.}..unit
1600: 74 65 73 74 0a 7b 0a 09 63 6c 61 73 73 20 54 65  test.{..class Te
1610: 6d 70 0a 09 7b 0a 09 09 69 6e 74 20 78 3b 0a 09  mp..{...int x;..
1620: 09 73 74 72 69 6e 67 20 79 3b 0a 09 09 6d 69 78  .string y;...mix
1630: 69 6e 20 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75  in SimpleConstru
1640: 63 74 6f 72 3b 0a 09 09 6d 69 78 69 6e 20 53 69  ctor;...mixin Si
1650: 6d 70 6c 65 43 6f 6d 70 61 72 65 3b 0a 09 7d 0a  mpleCompare;..}.
1660: 09 61 73 73 65 72 74 5f 65 71 28 20 6e 65 77 20  .assert_eq( new 
1670: 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e  Temp(1,"foo"), n
1680: 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29  ew Temp(1,"foo")
1690: 20 29 3b 0a 09 61 73 73 65 72 74 5f 65 71 28 20   );..assert_eq( 
16a0: 28 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f  (new Temp(1,"foo
16b0: 22 29 29 2e 74 6f 48 61 73 68 2c 20 28 6e 65 77  ")).toHash, (new
16c0: 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 29 2e   Temp(1,"foo")).
16d0: 74 6f 48 61 73 68 20 29 3b 0a 09 61 73 73 65 72  toHash );..asser
16e0: 74 5f 6e 65 28 20 6e 65 77 20 54 65 6d 70 28 31  t_ne( new Temp(1
16f0: 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d  ,"foo"), new Tem
1700: 70 28 32 2c 22 66 6f 6f 22 29 20 29 3b 0a 09 61  p(2,"foo") );..a
1710: 73 73 65 72 74 5f 6e 65 28 20 6e 65 77 20 54 65  ssert_ne( new Te
1720: 6d 70 28 31 2c 22 66 6f 6f 22 29 2c 20 6e 65 77  mp(1,"foo"), new
1730: 20 54 65 6d 70 28 31 2c 22 62 61 72 22 29 20 29   Temp(1,"bar") )
1740: 3b 0a 09 61 73 73 65 72 74 5f 67 74 28 20 6e 65  ;..assert_gt( ne
1750: 77 20 54 65 6d 70 28 31 2c 22 66 6f 6f 22 29 2c  w Temp(1,"foo"),
1760: 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 62 61 72   new Temp(1,"bar
1770: 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 6c 74  ") );..assert_lt
1780: 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f  ( new Temp(1,"fo
1790: 6f 22 29 2c 20 6e 65 77 20 54 65 6d 70 28 32 2c  o"), new Temp(2,
17a0: 22 62 61 72 22 29 20 29 3b 0a 09 61 73 73 65 72  "bar") );..asser
17b0: 74 5f 67 65 28 20 6e 65 77 20 54 65 6d 70 28 31  t_ge( new Temp(1
17c0: 2c 22 66 6f 6f 22 29 2c 20 6e 65 77 20 54 65 6d  ,"foo"), new Tem
17d0: 70 28 31 2c 22 66 6f 6f 22 29 20 29 3b 0a 0a 09  p(1,"foo") );...
17e0: 63 6c 61 73 73 20 54 65 6d 70 44 75 6d 6d 79 0a  class TempDummy.
17f0: 09 7b 0a 09 09 69 6e 74 20 78 3b 0a 09 09 73 74  .{...int x;...st
1800: 72 69 6e 67 20 79 3b 0a 09 09 6d 69 78 69 6e 20  ring y;...mixin 
1810: 53 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f  SimpleConstructo
1820: 72 3b 0a 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c  r;...mixin Simpl
1830: 65 43 6f 6d 70 61 72 65 3b 0a 09 7d 0a 09 61 73  eCompare;..}..as
1840: 73 65 72 74 5f 74 68 72 6f 77 21 41 73 73 65 72  sert_throw!Asser
1850: 74 45 72 72 6f 72 28 20 6e 65 77 20 54 65 6d 70  tError( new Temp
1860: 28 31 2c 22 66 6f 6f 22 29 20 3d 3d 20 6e 65 77  (1,"foo") == new
1870: 20 54 65 6d 70 44 75 6d 6d 79 28 31 2c 22 66 6f   TempDummy(1,"fo
1880: 6f 22 29 20 29 3b 0a 09 61 73 73 65 72 74 5f 74  o") );..assert_t
1890: 68 72 6f 77 21 41 73 73 65 72 74 45 72 72 6f 72  hrow!AssertError
18a0: 28 20 6e 65 77 20 54 65 6d 70 28 31 2c 22 66 6f  ( new Temp(1,"fo
18b0: 6f 22 29 20 3c 3d 20 6e 65 77 20 54 65 6d 70 44  o") <= new TempD
18c0: 75 6d 6d 79 28 31 2c 22 66 6f 6f 22 29 20 29 3b  ummy(1,"foo") );
18d0: 0a 7d 0a 0d 0a 2f 2f 2f 20 4d 69 78 69 6e 67 2d  .}.../// Mixing-
18e0: 69 6e 20 61 20 73 69 6d 70 6c 65 20 74 6f 53 74  in a simple toSt
18f0: 72 69 6e 67 20 6d 65 74 68 6f 64 0d 0a 0d 0a 2f  ring method..../
1900: 2a 6d 69 78 69 6e 2a 2f 0d 0a 74 65 6d 70 6c 61  *mixin*/..templa
1910: 74 65 20 53 69 6d 70 6c 65 54 6f 53 74 72 69 6e  te SimpleToStrin
1920: 67 28 29 0d 0a 7b 0d 0a 09 6f 76 65 72 72 69 64  g()..{...overrid
1930: 65 20 73 74 72 69 6e 67 20 74 6f 53 74 72 69 6e  e string toStrin
1940: 67 28 29 0d 0a 09 7b 0d 0a 09 09 73 74 72 69 6e  g()...{....strin
1950: 67 20 73 74 72 20 3d 20 73 70 72 69 6e 74 66 21  g str = sprintf!
1960: 22 25 73 28 22 28 74 79 70 65 6f 66 28 74 68 69  "%s("(typeof(thi
1970: 73 29 2e 73 74 72 69 6e 67 6f 66 29 3b 0d 0a 09  s).stringof);...
1980: 09 66 6f 72 65 61 63 68 28 69 2c 6d 65 6d 3b 20  .foreach(i,mem; 
1990: 74 68 69 73 2e 74 75 70 6c 65 6f 66 29 0d 0a 09  this.tupleof)...
19a0: 09 7b 0d 0a 09 09 09 69 66 28 69 29 20 73 74 72  .{.....if(i) str
19b0: 20 7e 3d 20 22 2c 22 3b 0d 0a 09 09 09 73 74 61   ~= ",";.....sta
19c0: 74 69 63 20 69 66 28 20 69 73 28 74 79 70 65 6f  tic if( is(typeo
19d0: 66 28 6d 65 6d 29 20 3d 3d 20 73 74 64 2e 62 69  f(mem) == std.bi
19e0: 67 69 6e 74 2e 42 69 67 49 6e 74 29 20 29 0d 0a  gint.BigInt) )..
19f0: 09 09 09 09 73 74 72 20 7e 3d 20 73 74 64 2e 62  ....str ~= std.b
1a00: 69 67 69 6e 74 2e 74 6f 44 65 63 69 6d 61 6c 53  igint.toDecimalS
1a10: 74 72 69 6e 67 28 6d 65 6d 29 3b 0d 0a 09 09 09  tring(mem);.....
1a20: 65 6c 73 65 0d 0a 09 09 09 09 73 74 72 20 7e 3d  else......str ~=
1a30: 20 73 70 72 69 6e 74 66 21 22 25 73 22 28 6d 65   sprintf!"%s"(me
1a40: 6d 29 3b 0d 0a 09 09 7d 0d 0a 09 09 72 65 74 75  m);....}....retu
1a50: 72 6e 20 73 74 72 20 7e 20 22 29 22 3b 0d 0a 09  rn str ~ ")";...
1a60: 7d 0d 0a 7d 0d 0a 0d 0a 76 65 72 73 69 6f 6e 28  }..}....version(
1a70: 75 6e 69 74 74 65 73 74 29 20 69 6d 70 6f 72 74  unittest) import
1a80: 20 73 74 64 2e 62 69 67 69 6e 74 3b 0d 0a 75 6e   std.bigint;..un
1a90: 69 74 74 65 73 74 0d 0a 7b 0d 0a 09 63 6c 61 73  ittest..{...clas
1aa0: 73 20 54 65 6d 70 0d 0a 09 7b 0d 0a 09 09 69 6e  s Temp...{....in
1ab0: 74 20 78 3b 0d 0a 09 09 73 74 72 69 6e 67 20 79  t x;....string y
1ac0: 3b 0d 0a 09 09 42 69 67 49 6e 74 20 7a 3b 0d 0a  ;....BigInt z;..
1ad0: 09 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65 43 6f  ..mixin SimpleCo
1ae0: 6e 73 74 72 75 63 74 6f 72 3b 0d 0a 09 09 6d 69  nstructor;....mi
1af0: 78 69 6e 20 53 69 6d 70 6c 65 54 6f 53 74 72 69  xin SimpleToStri
1b00: 6e 67 3b 0d 0a 09 7d 0d 0a 09 61 73 73 65 72 74  ng;...}...assert
1b10: 5f 65 71 28 20 28 6e 65 77 20 54 65 6d 70 28 31  _eq( (new Temp(1
1b20: 2c 22 66 6f 6f 22 2c 42 69 67 49 6e 74 28 34 32  ,"foo",BigInt(42
1b30: 29 29 29 2e 74 6f 53 74 72 69 6e 67 28 29 2c 20  ))).toString(), 
1b40: 22 54 65 6d 70 28 31 2c 66 6f 6f 2c 34 32 29 22  "Temp(1,foo,42)"
1b50: 20 29 3b 0d 0a 7d 0d 0a 0d 0a 2f 2f 2f 20 45 76   );..}..../// Ev
1b60: 65 72 79 74 68 69 6e 67 20 69 73 20 69 6e 0d 0a  erything is in..
1b70: 0d 0a 2f 2a 6d 69 78 69 6e 2a 2f 0d 0a 74 65 6d  ../*mixin*/..tem
1b80: 70 6c 61 74 65 20 53 69 6d 70 6c 65 43 6c 61 73  plate SimpleClas
1b90: 73 28 29 0d 0a 7b 0d 0a 09 6d 69 78 69 6e 20 53  s()..{...mixin S
1ba0: 69 6d 70 6c 65 43 6f 6e 73 74 72 75 63 74 6f 72  impleConstructor
1bb0: 3b 0d 0a 09 6d 69 78 69 6e 20 53 69 6d 70 6c 65  ;...mixin Simple
1bc0: 43 6f 6d 70 61 72 65 3b 0d 0a 09 6d 69 78 69 6e  Compare;...mixin
1bd0: 20 53 69 6d 70 6c 65 54 6f 53 74 72 69 6e 67 3b   SimpleToString;
1be0: 0d 0a 7d 0d 0a                                   ..}..