A tiny collection of utilities to work with arrays and vectors. https://shinmera.com/docs/array-utils
  • Common Lisp 100%
Find a file
2025-08-21 16:30:10 +02:00
docs Doc update 2025-08-21 16:30:10 +02:00
.gitattributes Update license to zlib. 2019-06-22 09:14:39 +02:00
array-utils-test.asd Update copyright 2023-07-03 19:01:23 +02:00
array-utils.asd Update linkage 2025-08-11 21:14:28 +02:00
LICENSE Update copyright 2023-07-03 19:01:23 +02:00
README.md ゆっくりしていってね!!! 2014-12-05 09:36:33 +01:00
tests.lisp Update copyright 2023-07-03 19:01:23 +02:00
utils.lisp Fix typo 2024-06-07 07:16:17 +02:00

About Array-Utils

A miniature toolkit that contains some useful shifting/popping/pushing functions for arrays and vectors. This exists mostly because I've used these functions in multiple places already, so splitting it off into its own thing is a good idea. Originally from Plump.