structToTable

does a name/field table for just a singular object

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