- make-array-handler #!optional item?procedure
creates a new empty array-handler closure, which accepts items of type item?. If no item? is supplied, any? is used.
creates a new empty array-handler closure, which accepts items of type item?. If no item? is supplied, any? is used.