The OpenD Programming Language

basic_string.traits_type

import core.stdcpp.string;
struct basic_string(T, Traits = char_traits!T, Alloc = allocator!T)
extern (D) @nogc
alias traits_type = Traits

Meta