LinkedSetBacking.insert

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void insert(Handle* h, T value)
  2. void insert(Handle* h, R items)
    struct LinkedSetBacking(T)
    void
    insert
    (
    R
    )
    if (
    isInputRange!R
    )

Meta