Product Documentation
Cadence SKILL Language Reference
Product Version IC23.1, November 2023

remq

remq( 
g_x 
l_arg 
) 
=> l_result

Description

Returns a copy of a list with all top-level elements that are identical to a SKILL object removed. Uses eq.

Arguments

g_x

Any SKILL object to be removed from the list.

l_arg

List from which to remove g_x.

Value Returned

l_result

A copy of l_arg with all top-level elements eq to g_x removed.

Examples

remq('x '(a b x d f x g)) 
=> (a b d f g)

Related Topics

remd

remove


Return to top
 ⠀
X