Variable.insert

Inserts a relation into the variable.

This is most commonly used to load initial values into a variable. it is not obvious that it should be commonly used otherwise, but it should not be harmful.

  1. void insert(Relation!TupleT relation)
  2. void insert(T relation)
  3. void insert(T[][] relation)
    class Variable(TupleT, ThreadStrategy TS = ThreadStrategy.single)
    void
    insert
    (
    T
    )
    (
    T[][] relation
    )
    if (
    isTuple!TupleT
    )

Meta