structToTable

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

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