Options
All
  • Public
  • Public/Protected
  • All
Menu

Class IncrementalString

A string that can be incrementally generated

Hierarchy

  • IncrementalString

Index

Constructors

constructor

Accessors

str

  • get str(): string

Methods

increment

  • increment(): void

incrementAt

  • incrementAt(index: number): string

Static replaceAt

  • replaceAt(str: string, index: number, character: string): string
  • Parameters

    • str: string
    • index: number
    • character: string

    Returns string

Generated using TypeDoc