IndexMixin.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. size_t insert(SomeValue value)
  2. size_t insert(SomeRange r)
    mixintemplate IndexMixin(size_t N, alias KeyFromValue, alias Compare, ThisContainer)
    size_t
    insert
    (
    SomeRange
    )
    (
    SomeRange r
    )
    if (
    isImplicitlyConvertible!(ElementType!SomeRange, ValueView)
    )

Meta