@dallaylaen/ski-interpreter
    Preparing search index...

    Function restrict

    • Add ot remove tokens from a set according to a spec string. The spec string is a sequence of tokens, with each group optionally prefixed by one of the operators '=', '+', or '-'. The '=' operator resets the set to contain only the following token(s).

      Parameters

      • set: Set<string>
      • Optionalspec: string

      Returns Set<string>