column

Undocumented in source. Be warned that the author may not have intended to support it.
  1. inout(Column) column(string name)
    @safe pure nothrow @nogc
    inout(Column)
    column
    (
    inout string name
    )
  2. inout(Column) column(string name, Table table)
  3. inout(Column) column(Table table, string name)

Meta