Talk:Databoard Specification

From Developer Documents
Revision as of 22:28, 6 April 2011 by Tuukka Lehtonen (talk | contribs) (Proposal: Range references)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.