omdl  v1.0
OpenSCAD Mechanical Design Library
Script
include <omdl-base.scad>;
include <common/validation.scad>;
echo( str("openscad version ", version()) );
for (i=[1:13]) echo( "not tested:" );
// end_include
function common(v1, v2, e=empty_lst)
Return a list of the common elements of two iterable values.