5 ms·
Sweet, variadic maps sound really useful, I am always having to take a moment when mixing functions that take keyword arguments vs. option maps. Also, some of t
by brtmr 4y ago
Sweet, variadic maps sound really useful, I am always having to take a moment when mixing functions that take keyword arguments vs. option maps. Also, some of those functions added to core show up in my code as convenience functions - Glad I can now just make use of core.
- jdminhbg 4y agoI definitely have random-uuid defined in a half-dozen of my own projects that can go away now.