Adds value to Set at key in object

  • Type Parameters

    • T

    Parameters

    • m: Record<string, Set<T>>

      Object mapping keys to Sets

    • k: string

      Key to add to

    • v: T

      Value to add

    Returns void