4.7. index_versorted()

natsort.index_versorted(seq, key=None, reverse=False, alg=0, **_kwargs)

Identical to index_natsorted().

This function exists for backwards compatibility with index_natsort version < 4.0.0. Future development should use index_natsorted().

Please see the index_natsorted() documentation for use.