Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 559 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 559 Bytes
Set length dropping arrays for julia.

RollingArrays provides Julia with declarative set-length array types. These are a wrapper for a regular one-dimensional Vector which drops the first index once it reaches a maximum length. This type of Array has numerous applications when it comes to aggregating data; an example use-case would be storing a certain number of values on the clipboard in an application.