JuliaCollections / IterTools.jl

Common functional iterator patterns
Other
152 stars 28 forks source link

make BinomialIterState immutable #97

Closed nsajko closed 9 months ago

nsajko commented 1 year ago

This is a trivial change that turns BinomialIterState into a regular, instead of a mutable, struct. It doesn't seem like there's any reason for the type to be mutable.

nsajko commented 9 months ago

bump