Array

struct Array<Element> : RandomAccessCollection, MutableCollection
  • Returns a rendered text table containing the data in the array. - returns: A String containing the rendered text table.

    Declaration

    Swift

    public func renderTextTable() -> String

    Return Value

    A String containing the rendered text table.