Methods
Method new()
Create a new OIndex instance.
Arguments
array
The array instance.
Returns
An OIndex instance.
Method get_item()
get method for the Oindex instance
Usage
OIndex$get_item(selection)
Arguments
selection
Selection to apply.
Returns
An OIndex instance.
Method clone()
The objects of this class are cloneable with this method.
Usage
OIndex$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.