Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: F# 等同于 LINQ Single
如果它是唯一的,则此函数应返回序列的第一个元素,否则将引发异常。
F# 有这个作为内置函数吗?如果不是,为什么?似乎 C# 在 Enumerable 类扩展函数中有类似的。
Seq.exactlyOne ?