dumpArray.dumpArray

Dumps the entire array

  1. string dumpArray(size_t start, size_t end, size_t depth)
  2. string dumpArray()
    template dumpArray(alias array)
    string
    dumpArray
    ()
    if (
    isArray!(typeof(array))
    )

Return Value

Type: string

the formatted dump text

Meta