Is it a bug?

Jack Applegame via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Wed Nov 25 01:39:18 PST 2015


On Wednesday, 25 November 2015 at 09:31:15 UTC, John Colvin wrote:
> import std.range;
> import std.algorithm;
> import std.utf;
>
> void main() {
> 	char[64] arr;
> 	copy(chain("test1", "test2").byCodeUnit, 
> arr[0..10].byCodeUnit);
> }
I'll use byCodeUnit. Thanks.


More information about the Digitalmars-d-learn mailing list