Class StringBuilder<T>Abstract

A builder that constructs a string.

Type Parameters

  • in T

Hierarchy

Implements

Constructors

Properties

Methods

Constructors

Properties

output: string

Methods

  • Add a single element to this builder.

    Parameters

    • input: T

    Returns void

  • Return the result of all elements added to this builder.

    Returns string

Generated using TypeDoc