offset_list 0.1.0
offset_list: ^0.1.0 copied to clipboard
A list with an offset for accessing elements. This is useful for correctly implementing mathematical formulas that assume a different starting index than 0.
OffsetList #
OffsetList
is a Dart class that represents a list with an offset for accessing elements. This is particularly useful for scenarios where you need to implement mathematical formulas or algorithms that assume a different starting index than 0.