istring

Convenience string type aliases.

Initially defined to help with D2 migration but proved themselves as useful shortcuts to reduce visual code clutter.

alias istring = Immut!(char)[]

Meta