Skip to content

ChifiSource/RollingArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Set length dropping arrays for julia.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages