Function objectStructTag

  • Creates a new StructTag for the Object type with the specified type argument. This function helps in defining a structured representation of an Object with a specific type.

    Parameters

    • typeArg: TypeTag

      The type tag that specifies the type of the Object.

    Returns StructTag