Re: std.concurrency.thisTid.send() feat. immutable(struct with several arrays)

2013-02-27 Thread Alexandr Druzhinin
27.02.2013 14:19, Jonathan M Davis пишет: On Wednesday, February 27, 2013 13:19:22 Alexandr Druzhinin wrote: This code doesn't compiles http://dpaste.dzfl.pl/706a0d12 But if you comment one of arrays it will do. I take a look at varaint.d but can't understand why two arrays cause this error. How

Re: std.concurrency.thisTid.send() feat. immutable(struct with several arrays)

2013-02-26 Thread Jonathan M Davis
On Wednesday, February 27, 2013 13:19:22 Alexandr Druzhinin wrote: > This code doesn't compiles http://dpaste.dzfl.pl/706a0d12 > But if you comment one of arrays it will do. I take a look at varaint.d > but can't understand why two arrays cause this error. > How can I send immutable struct that con

Re: std.concurrency.thisTid.send() feat. immutable(struct with several arrays)

2013-02-26 Thread Alexandr Druzhinin
27.02.2013 13:19, Alexandr Druzhinin пишет: This code doesn't compiles http://dpaste.dzfl.pl/706a0d12 But if you comment one of arrays it will do. I take a look at varaint.d but can't understand why two arrays cause this error. How can I send immutable struct that contains two or more arrays with

std.concurrency.thisTid.send() feat. immutable(struct with several arrays)

2013-02-26 Thread Alexandr Druzhinin
This code doesn't compiles http://dpaste.dzfl.pl/706a0d12 But if you comment one of arrays it will do. I take a look at varaint.d but can't understand why two arrays cause this error. How can I send immutable struct that contains two or more arrays without any serializing?