previous method
Returns a preceding element in the index, if out of bounds returns null.
Implementation
V? previous(int index) => fn.previous(this, index);
Returns a preceding element in the index, if out of bounds returns null.
V? previous(int index) => fn.previous(this, index);