History implementation from: https://code.haxe.org/category/data-structures/ring-array.html

Constructor

new(len:Int)

Methods

add(v:T):Void

redo():Null<T>

undo():Null<T>