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.
Seq.Keyed
new
Optional
Generated using TypeDoc
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 thenew
keyword during construction.