f::not_elem_p (public)

 f::not_elem_p x xs

Defined in packages/acs-tcl/tcl/ad-functional-procs.tcl

Checks if x is not contained in s.

Parameters:
x
xs
Returns:
boolean

Partial Call Graph (max 5 caller/called nodes):
%3 test_functional_api functional_api (test acs-tcl) f::not_elem_p f::not_elem_p test_functional_api->f::not_elem_p

Testcases:
functional_api
Source code:
    expr {$x ni $xs}
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: