mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
add has
This commit is contained in:
1
src/experimental/has.scad
Normal file
1
src/experimental/has.scad
Normal file
@@ -0,0 +1 @@
|
||||
function has(lt, elem) = search([elem], lt) != [[]];
|
Reference in New Issue
Block a user