MIR_str_t

Counted string.

struct MIR_str_t {
size_t len;
const(char)* s;
}