auxil.sizeindex

Undocumented in source.

Members

Functions

indexToSize
SizeWindow indexToSize(R data, const(IndexWindow) iw)

Given a range of items having size convert given indices to the cumulative size of all elements from the first one to elements with given indices

sizeToIndex
auto sizeToIndex(R data, const(SizeWindow) sw, const(IndexWindow) iw)

Given range of elements having size convert data convert window in size units sw to the result window in index units using current window in index units iw

testIndexToSize
void testIndexToSize(int id)
Undocumented in source. Be warned that the author may not have intended to support it.
testSizeToIndex
void testSizeToIndex(int id)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

IndexWindow
struct IndexWindow
Undocumented in source.
SizeWindow
struct SizeWindow
Undocumented in source.

Meta