Closed bytedream closed 5 months ago
Apparently an empty string is a valid ssa color. This reorganizes how colors are handles in general with ssa. I've wrapped all colors in the SSA struct in an Option and changed the Default impl to omit any default color.
SSA
Option
Default
Apparently an empty string is a valid ssa color. This reorganizes how colors are handles in general with ssa. I've wrapped all colors in the
SSA
struct in anOption
and changed theDefault
impl to omit any default color.