SetInterface.setType ()

macro setType (rslType : Integer) : SetInterface

Устанавливает необходимые для работы с конкретным rslType типом RSL comparator и equalsFunc

+

copy sample
set.setType(V_INTEGER);

import "..\\mac\\extra\\collections\\collections.mac";
var set = LinkedHashSet();

set.setType(V_INTEGER);