novaphy.IndexRange¶
Half-open integer range into a flat NovaPhy model buffer.
Attributes¶
| Attribute | Description |
|---|---|
start |
First index in the range. |
count |
Number of elements. |
end |
Read-only start + count. |
empty |
Read-only True when count == 0. |
Methods¶
| Method | Description |
|---|---|
contains(index) |
Return whether index lies in [start, end). |