OrderedIndex._Insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _Insert = _add
  2. void _Insert(Node n, Node cursor)
    mixintemplate OrderedIndex(size_t N, bool allowDuplicates, alias KeyFromValue, alias Compare, ThisContainer)
    static if(!(allowDuplicates))
    void
    _Insert

Meta