lsemprini
lsemprini
Thanks for your awesome library! The KISS design and lack of async and other zombie borg "you will be assimilated" thinking is truly a breath of fresh air! The dox...
When I was writing find_ge() and find_gt() (see #34) I noticed that range() is essentially a copy of forEach() with a terminating case at the end of the range. That...
Thank you for your awesome library...so nice to have something simple and short. Here are some improvements to add to the documentation, BOTH in the source code and under API...
Currently, find() lets us fetch the node EXACTLY equal to a key. Currently there is no easy way to fetch the node >= or > key. range() kind of does...
Hi, Thank you for your awesome EBB. We would love to use our AxiDraw for 3-D drawing where the vertical (pen) axis is as accurate as possible given the capabilities...
Hi, thanks so much for magic_enum! As far as I can tell, the mechanism for turning on `is_flags` or other `enum_range` flags (specializing `magic_enum::customize::enum_range`) only works from global scope (because...