TreeItemArray.opIndex

TreeItem opIndex(int index) @trusted

Gets an item at the specified index.

Note

No bounds checking is performed.

Parameters

indexIndex of the item to retrieve

Returns

TreeItem at the specified index, or null if invalid