IndexMixin._Insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void _Insert(ThisNode* n)
  2. void _Insert(ThisNode* node, ThisNode* cursor)
    mixintemplate IndexMixin(size_t N, alias KeyFromValue, alias Hash, alias Eq, bool allowDuplicates, alias SeqRange, ThisContainer)
    static if(!(allowDuplicates))
    void
    _Insert
    (
    ThisNode* node
    ,
    ThisNode* cursor
    )

Meta