Friday, January 19, 2024

Rust pop-quiz bonus answer: InfiniteList Debug-impl

#Rust pop-quiz bonus answer.

How do you debug an infinite list? What is a fair representation? My approach here for the solution of a Debug-impl of InfiniteList values.


... using inner functions.
... and combinatorics.

... just because that's how I rollz, yo! 

No comments:

Post a Comment