Skip to content

object-accessors: named array element access

Compare
Choose a tag to compare
@tfeb tfeb released this 06 Feb 14:16
· 2 commits to main since this release
v10.2.0

with-named-array-references provides a way of giving names to elements of an array. This is a substrate on which you can map 'structures' onto chunks of an array, which is useful for fast but readable floating-point code.

parse-docstring-body from the utilities is also now correct, or less incorrect.