Kagamin wrote:
For this I use begin markers:

ubyte[] buff=new ubyte[100];
int half=buff.length/2;
ubyte[] buff1=buff[0..half];
ubyte[] buff2=buff[half..$];

I actually think this has nothing to do with my OP.

Reply via email to