prolog::select/3

select(? Element, ? List, ? Residue)*

True when Set is a list, Element occurs in List, and Residue is everything in List except Element (things stay in the same order).

Private-func:

1. prolog::select_3::select/3(int ARG1, int ARG2, int ARG3)():