A quick proof of concept for dipping my toes into SwiftUI
ColorPermutations
A quick proof of concept for dipping my toes into SwiftUI.
From a hardcoded array of 5 colors, generate and display all permutations in a list.
Permutations code from ObjC’s Functional Snippet #10: Permutations.