@mathjax/src
    Preparing search index...

    Class used for tracking usage of font characters or wrappers

    Type Parameters

    • T
    Index

    Properties

    Methods

    Properties

    needsUpdate: T[] = []

    The items marked as used since last update.

    used: Set<string> = ...

    The used items.

    Methods

    • Parameters

      • item: T

        The item to check for being used

      Returns boolean

      True if the item has been used