Coder Social home page Coder Social logo

stdlib's Projects

iter-any-by icon iter-any-by

Test whether at least one iterated value passes a test implemented by a predicate function.

iter-concat icon iter-concat

Create an iterator which iterates over the values of two or more iterators.

iter-counter icon iter-counter

Create an iterator which iteratively returns the number of iterated values.

iter-datespace icon iter-datespace

Create an iterator which returns evenly spaced dates over a specified interval.

iter-dedupe icon iter-dedupe

Create an iterator which removes consecutive duplicated values.

iter-dedupe-by icon iter-dedupe-by

Create an iterator which removes consecutive values that resolve to the same value according to a provided function.

iter-every-by icon iter-every-by

Test whether every iterated value passes a test implemented by a predicate function.

iter-fill icon iter-fill

Create an iterator which replaces all values from a provided iterator from a start index to an end index with a static value.

iter-filter icon iter-filter

Create an iterator which filters the values of another iterator according to a predicate function.

iter-filter-map icon iter-filter-map

Create an iterator which both filters and maps the values of another iterator.

iter-flow icon iter-flow

Create a fluent interface for chaining together iterator methods.

iter-for-each icon iter-for-each

Create an iterator which invokes a function for each iterated value before returning the iterated value.

iter-head icon iter-head

Create an iterator which returns the first `n` values of a provided iterator.

iter-incrspace icon iter-incrspace

Create an iterator which returns evenly spaced numbers according to a specified increment.

iter-intersection icon iter-intersection

Create an iterator which returns the intersection of two or more iterators.

iter-last icon iter-last

Consume an entire iterator and return the last iterated value.

iter-linspace icon iter-linspace

Create an iterator which returns evenly spaced numbers over a specified interval.

iter-logspace icon iter-logspace

Create an iterator which returns evenly spaced numbers on a log scale.

iter-map icon iter-map

Create an iterator which invokes a function for each iterated value.

iter-mapn icon iter-mapn

Create an iterator which transforms iterated values from two or more iterators by applying the iterated values as arguments to a provided function.

iter-none icon iter-none

Test whether all iterated values are falsy.

iter-none-by icon iter-none-by

Test whether every iterated value fails a test implemented by a predicate function.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.