AbstractTrees.jl icon indicating copy to clipboard operation
AbstractTrees.jl copied to clipboard

Remove the `String` type constraint in `TreeCharSet`?

Open findmyway opened this issue 3 years ago • 0 comments

I'd like to customize the color of those characters in TreeCharSet with https://github.com/KristofferC/Crayons.jl . But the type is constrained to String currently. (I remember it was not in prior minor versions). Although I can use the transformed string representation, the textwidth would get the wrong number of text width in that case.

findmyway avatar Jul 15 '22 04:07 findmyway