We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b462e7 commit fbc40a1Copy full SHA for fbc40a1
ukaz.tcl
@@ -5,6 +5,10 @@ package provide ukaz 2.0a2
5
namespace eval ukaz {
6
7
variable ns [namespace current]
8
+ ##### General functions ###############
9
+ proc lremove {list element} {
10
+ lsearch -all -inline -not -exact $list $element
11
+ }
12
13
##### Functions for geometric operations (clipping) ############
14
namespace eval geometry {
0 commit comments