file summary improvements and tweaks

This commit is contained in:
Adrian Mariano
2022-04-21 00:26:20 -04:00
parent 5c4032f054
commit 9433b05a65
22 changed files with 45 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
//////////////////////////////////////////////////////////////////////
// LibFile: structs.scad
// This file provides manipulation of "structs". A "struct" is a data structure that
// associates keywords with values and allows you to get and set values
// by keyword.
// associates arbitrary keys with values and allows you to get and set values
// by key.
// Includes:
// include <BOSL2/std.scad>
// include <BOSL2/structs.scad>