This should explain everything:

    auto a = [1,2,3];
    auto pa = &a;
    writeln(&pa);
    writeln(&pa+1);

Do the math!

Reply via email to