You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The TextUtils submodule defines TextChar, whose subtypes are wrappers around Char. The types themselves aren't really necessary, and it might offer clarity to refactor the many junction_type methods to use traits rather than these TextChar subtypes
The package WhereTraits.jl may be a good fit here. I haven't looked under the hood so I don't know how it affects performance; my main concern is that it will hamper performance, but it may not be an issue.
The text was updated successfully, but these errors were encountered:
The
TextUtils
submodule definesTextChar
, whose subtypes are wrappers aroundChar
. The types themselves aren't really necessary, and it might offer clarity to refactor the manyjunction_type
methods to use traits rather than theseTextChar
subtypesVimBindings.jl/src/textutils.jl
Line 74 in 6e4e07d
The package WhereTraits.jl may be a good fit here. I haven't looked under the hood so I don't know how it affects performance; my main concern is that it will hamper performance, but it may not be an issue.
The text was updated successfully, but these errors were encountered: