Talk:Databoard Specification

From Developer Documents
Jump to navigation Jump to search

Proposal: Range references

In addition to having IndexReference i-<index>, we could have for Array types a range reference r-10-99 which implies making a reference to a slice of the original array (indexes 10-99). This slice of 90 values can then in turn be sliced until finally referencing single indices with a slice with the same old i-<index> reference.