TotalContainer.stableLinearInsert

Same as insert(stuff) and stableInsert(stuff) respectively, but relax the complexity constraint to linear.

  1. size_t linearInsert(Stuff stuff)
  2. size_t stableLinearInsert(Stuff stuff)
    struct TotalContainer(T)
    size_t
    stableLinearInsert
    (
    Stuff
    )
    (
    Stuff stuff
    )

Meta

Suggestion Box / Bug Report