Added new functions and updated documentation
dal_len()
to retrieve lengthdal_cap()
to retrieve capacitydal_err()
to retrieve error flagdal_shift()
to shift elements around the arraydal_getLast()
to get the last element (convenience function)dal_getr()
to allow negative indexing from the back (two's complement machine required!)- primitive versions of the last two
From this release on, I advise using the new accessor functions instead of accessing the struct contents directly.