Hang a Fang
/// Double pass
rects.map(rect => toCoords(x).add(Inverse(toCoords(rect))))
// Single pass
rects.foldMap(rect => Min(toCoords(x).add(Inverse(toCoords(rect))))
A Podcast about programming, life and the Internet
A podcast about programming, life and the Internet. Topics include FP, OOP, development practices, and a dip into our personal lives from time to time.
// Double pass
rects.map(rect => toCoords(x).add(Inverse(toCoords(rect))))
// Single pass
rects.foldMap(rect => Min(toCoords(x).add(Inverse(toCoords(rect))))
Podcast about programming, life, and the internet
Support us on Patreon