Method
RBHistorydump
Declaration [src]
GPtrArray*
rb_history_dump (
RBHistory* hist
)
Description [src]
Constructs a copy of the whole history in order. Caller must free the result. The caller does not own any references on the entries in the returned array. Takes O(Nlog(N)) time.