vl-member-if-not (AutoLISP)
确定其中一个列表成员的谓词是否为 nil 支持的平台:Windows 和 Mac OS 签名(vl-member-if-not predicate-function lst)
返回值类型:列出或无 一个列表,从测试失败的第一个元素开始,并包含原始参数中遵循此元素的所有元素。如果所有元素均未通过测试条件,则返回 。vl-member-if-notnil 言论该函数将 lst 中的每个元素传递给 predicate-function 中指定的函数。如果函数返回 ,则以与函数相同的方式返回列表的其余部分。vl-member-if-notnilvl-member-if-notmember 例子(vl-member-if-not 'atom '(1 "Str" (0 . "line") nil t)) ((0 . "line") nil T) 相关概念 |
|Archiver|CAD开发者社区
( 苏ICP备2022047690号-1 苏公网安备32011402011833)
GMT+8, 2025-5-18 05:04
Powered by Discuz! X3.4
Copyright © 2001-2021, Tencent Cloud.