enumerable
There are 154 repositories under enumerable topic.
andreww1011/jens
Java library for defining and using subsets. Simulate enum with common constants.
ArcherGu/easy-property-retriever
A little tool used to get object properties.
belsman/Enumerable-Methods
We created some custom enumerable methods to functionally match those found in the enumerable methods.
dataneek/demo-paginable-collections
This is a demo of PaginableCollections implemented using .NET Core 2.0 MVC.
gregswindle/enum-nom-nommer
Create a numeric or mixed enumeration (enum) from a plain-old JavaScript object.
houfeng0923/babel-plugin-iterable-enum
make typescript enum iterable
IjayAbby/Enumerable-Methods
Ruby Enumerable Methods in action.
Maples7/ex_deep_sort
A hex module who does recursive sort over any enumerables.
michael-duke/My-Enumerable
In this project I used a module inside a class. I created a class MyList and a module MyEnumerable. My module MyEnumerable implements a subset of the functionality of Enumerable.
nmnithinkrishna/UiPath_CopySpecificColumnsFromDT_06Feb2022_2219
Framing a new DT from a manipulated Row Enumerable with specific columns mentioned in the config file
stdlib-js/assert-is-enumerable-property
Test if an object's own property is enumerable.
stdlib-js/utils-common-keys
Return the common own property names of two or more objects.
stdlib-js/utils-define-configurable-read-only-accessor
Define a configurable read-only accessor.
stdlib-js/utils-define-memoized-configurable-read-only-property
Define a configurable memoized read-only object property.
stdlib-js/utils-define-memoized-read-only-property
Define a memoized read-only object property.
stdlib-js/utils-enumerable-property-symbols
Return an array of an object's own enumerable symbol properties.
stdlib-js/utils-enumerable-property-symbols-in
Return an array of an object's own and inherited enumerable symbol properties.
stdlib-js/utils-for-own
Invoke a function for each own enumerable property of an object.
stdlib-js/utils-inherited-enumerable-properties
Return an array of an object's inherited enumerable property names and symbols.
stdlib-js/utils-inherited-enumerable-property-symbols
Return an array of an object's inherited enumerable symbol properties.
stdlib-js/utils-inherited-nonenumerable-properties
Return an array of an object's inherited non-enumerable property names and symbols.
stdlib-js/utils-inherited-nonenumerable-property-names
Return an array of an object's inherited non-enumerable property names.
stdlib-js/utils-inherited-property-names
Return an array of an object's inherited enumerable and non-enumerable property names.
stdlib-js/utils-keys
Return an array of an object's own enumerable property names.
stdlib-js/utils-nonenumerable-property-symbols
Return an array of an object's own non-enumerable symbol properties.
stdlib-js/utils-nonindex-keys
Return an array of an object's own enumerable property names which are not integer indices.
stdlib-js/utils-property-names
Return an array of an object's own enumerable and non-enumerable property names.
stdlib-js/utils-property-names-in
Return an array of an object's own and inherited enumerable and non-enumerable property names.
stdlib-js/utils-values
Return an array of an object's own enumerable property values.
stdlib-js/utils-values-in
Return an array of an object's own and inherited enumerable property values.
Theophileaseh/My-Enumerable
My Enumerable is an application built using Ruby that enables one to check the check the properties of items in an array.
twocatmoon/react-template-helpers
Branching and iterative logic helpers for React, to help make your templates cleaner.
ulrack/enum
Enumerable objects for PHP application using magic methods.
WileyOpal/Technical-Writing
Technical writing by Rachel Rosenberg.
yaairfernando/Enumerables
Ruby enumerables methods
zachahn/decay
Rust-like enums for Ruby