Giter Site home page Giter Site logo

stdlib's Projects

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.

iter-pop icon iter-pop

Create an iterator which skips the last value of a provided iterator.

iter-push icon iter-push

Create an iterator which appends additional values to the end of a provided iterator.

iter-reject icon iter-reject

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

iter-replicate icon iter-replicate

Create an iterator which replicates each iterated value a specified number of times.

iter-replicate-by icon iter-replicate-by

Create an iterator which replicates each iterated value according to a provided function.

iter-shift icon iter-shift

Create an iterator which skips the first value of a provided iterator.

iter-slice icon iter-slice

Create an iterator which returns a subsequence of iterated values from a provided iterator.

iter-some icon iter-some

Test whether at least `n` iterated values are truthy.

iter-some-by icon iter-some-by

Test whether at least `n` iterated values pass a test implemented by a predicate function.

iter-step icon iter-step

Create an iterator which returns a sequence of numbers according to a specified increment.

iter-strided-by icon iter-strided-by

Create an iterator which steps according to a provided callback function.

iter-union icon iter-union

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

iter-unique-by icon iter-unique-by

Create an iterator which returns unique values according to a predicate function.

iter-unshift icon iter-unshift

Create an iterator which prepends values to the beginning of a provided iterator.

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.