Field.make

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Field make(Item[n] value)
    struct Field(string fieldName, T)
    static
    make
    (
    Item
    size_t n
    )
    (
    Item[n] value
    )
  2. Field make(T value)
  3. Field make()

Meta