TotalContainer.linearInsert

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

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

Meta

Suggestion Box / Bug Report