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 = immutable(char)[]

Meta