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)
    Table
    structToTable
    (
    T
    )
    (
    Document document
    ,
    T s
    ,
    string[] fieldsToSkip = null
    )
    if (
    !isArray!(T) ||
    isAssociativeArray!(T)
    )

Meta