"chain" vs "~"

pascal111 judas.the.messiah.111 at gmail.com
Sun Aug 7 01:22:18 UTC 2022


Why we use "chain" while we have "~":

'''D
int[] x=[1,2,3];
int[] y=[4,5,6];

auto z=chain(x,y);
auto j=x~y;
'''


More information about the Digitalmars-d-learn mailing list