cjdb / cjdb.github.io

Repository for hosting Christopher Di Bella's personal website.
https://blog.cjdb.xyz
12 stars 0 forks source link

Discussion for 'A Prime Opportunity for Ranges' #6

Open cjdb opened 5 years ago

cjdb commented 5 years ago

Please be aware of the Code of Conduct when discussing.

VictorEijkhout commented 1 year ago

view::iota(5) | view::stride(6)

You should catch both 6n+1 and 6n-1. Unless I'm missing something you only have the latter.