structToTable

implements the "table" format option. Works on structs and associative arrays (stringstring[])

  1. Table structToTable(Document document, T arr, string[] fieldsToSkip)
    Table
    structToTable
    (
    T
    )
    (
    Document document
    ,
    T arr
    ,
    string[] fieldsToSkip = null
    )
    if (
    isArray!(T) &&
    !isAssociativeArray!(T)
    )
  2. Table structToTable(Document document, T s, string[] fieldsToSkip)

Meta