Variable StringBehavior.source
Not modified at all. Useful for formatters or highlighters
struct StringBehavior
{
// ...
immutable(StringBehavior) source
= StringBehavior(cast(ubyte)3u);
// ...
}