Temtaime:

How i can avoid this?

You have to qualify where the function comes from. One way to do it is to use:

std.algorithm.splitter(arr, 1);

Bye,
bearophile

Reply via email to