KC's Workspace
    Preparing search index...
    • Always returns a Seq.Keyed, if input is not keyed, expects an collection of [K, V] tuples.

      Note: Seq.Keyed is a conversion function and not a class, and does not use the new keyword during construction.

      Type Parameters

      • K
      • V

      Parameters

      Returns Keyed<K, V>

    • Always returns a Seq.Keyed, if input is not keyed, expects an collection of [K, V] tuples.

      Note: Seq.Keyed is a conversion function and not a class, and does not use the new keyword during construction.

      Type Parameters

      • V

      Parameters

      • obj: { [key: string]: V }

      Returns Keyed<string, V>