enumerable
There are 154 repositories under enumerable topic.
emirpasic/gods
GoDS (Go Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
Dasync/AsyncEnumerable
Defines IAsyncEnumerable, IAsyncEnumerator, ForEachAsync(), ParallelForEachAsync(), and other useful stuff to use with async-await
ehmicky/safe-json-value
⛑️ JSON serialization should never fail
dblock/ruby-enum
A handy way to define enums in Ruby.
arogozine/LinqToTypeScript
LINQ to TypeScript
rubberduck203/VBEX
VBA Extension Library
zeisler/active_enumerable
ActiveRecord like query methods for Ruby enumerable collections.
tompazourek/Endless
🌌 Extensions that support the C# functional paradigm.
ugurcsen/gods-generic
GoDS-Generic (Go Generic Data Structures) - Sets, Lists, Stacks, Maps, Trees, Queues, and much more
solsw/go2linq
Generic Go implementation of .NET's LINQ to Objects.
sabiwara/iter
A blazing fast compile-time optimized alternative to the `Enum` and `Stream` modules
tsdotnet/linq
A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.
toy/in_threads
Run all possible enumerable methods in concurrent/parallel threads
luvies/lazy
A linq-like lazy-evaluation enumerable/iteration library that aims to support deno, node & browser
dgroup/enumerable4j
Amazing Ruby's "Enumerable" ported to Java
monitor1379/yagods
Generic data structure using parameterized types in Golang.
wm123450405/linqjs
use linq and lambda in javascript on es6, can use linq function in an Object or an Array or a String value | 一个方便对数组、字典、树形数据进行操作、筛选等操作的工具库
akarnokd/async-enumerable
Prototype Java 9 library based on the asynchronous enumerable concept (where moveNext() returns a task to compose over).
lawrence-laz/zig-enumerable
Iterator tools for functional data processing.
douglaslise/mongoid_enumerable
Mongoid Enumerable
marchdev-tk/flinq
Extended capabilities for collections. It's a bunch of shortcuts to avoid unnecessary boilerplate work with collections.
Cantido/int_set
A time- and memory-efficient data structure for positive integers.
NetFabric/NetFabric.Assertive
A fluent assertions library that performs full coverage on any enumerable type.
sethrudesill/directionless
C#.NET TypeSafeEnum cardinal directions.
abarabone/vbaEnumeration
VBAでLINQ的なことを
mob-sakai/UniIx
Interactive Extensions for Unity for Unity
ehmicky/is-json-value
Check if a value is valid JSON.
Corp-Soft/php-enum
PHP Enum implementation
OybekKayumov/enumerable-ruby
This project uses ruby to implement an enumerable mixin.
pilotgeraldb/enumerablejs
a fluent style JavaScript library that provides linq functionality on native JavaScript arrays
BitzArt/Pagination
A lightweight library to easily create pages of items. Works with (or without) EF Core to paginate db requests.
hogiagroup/enumerable
Utilities for Iterables in TypeScript/JavaScript.
ljharb/define-data-property
Define a data property on an object. Will fall back to assignment in an engine without descriptors.
NATASHA-ct/Creating-an-ENUMERABLE
This is a project where I created the functionality of the popular Ruby Enumerable using a module inside a class object.The Enumerable implements the following methods: #all? , #any? , #filter.
tsukinoko-kun/stream
A library for working with streams of data.