get_operation_by_index


Description:

public RebaseOperation? get_operation_by_index (size_t idx)

Gets the rebase operation specified by idx.

Parameters:

this

a Rebase.

idx

The index of the rebase operation to retrieve.

Returns:

The rebase operation or null if idx was out of bounds.