test207

Undocumented in source.
immutable
auto test207 = q{--- test207 // aggregate lowering u8[] fromStringz(u8* cString) { if (cString == null) return null; u8* cursor = cString; while(*cursor) ++cursor; u64 length = cast(u64)(cursor - cString); return cString[0..length]; } };

Meta