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)
    class Variable(TupleT)
    void
    insert
    if (
    isTuple!TupleT
    )
  2. void insert(TupleT[] relation)
  3. void insert(T relation)

Meta