I've been using the dojo array utilties, but I'm not entirely happy with the limited number of features. Is there any really extensive well-written javascript array utility library or extension?
我一直在使用dojo数组实用程序,但我对功能数量有限并不完全满意。有没有真正广泛的精心编写的javascript数组实用程序库或扩展?
I'd be hoping for something similar in scope to the collections extension in the C# API.
我希望在范围上类似于C#API中的集合扩展。
2 个解决方案
#1
1
I'd be hoping for something similar to the collection extension in the C# API.
我希望在C#API中有类似于集合扩展的东西。
Not sure exactly what you mean by "array utility/extension", but LINQ for JavaScript looks pretty cool. It implements many of the collection-related extension methods found in .NET.
不确定你的“数组实用程序/扩展”是什么意思,但LINQ for JavaScript看起来很酷。它实现了.NET中许多与集合相关的扩展方法。
#1
1
I'd be hoping for something similar to the collection extension in the C# API.
我希望在C#API中有类似于集合扩展的东西。
Not sure exactly what you mean by "array utility/extension", but LINQ for JavaScript looks pretty cool. It implements many of the collection-related extension methods found in .NET.
不确定你的“数组实用程序/扩展”是什么意思,但LINQ for JavaScript看起来很酷。它实现了.NET中许多与集合相关的扩展方法。