ContainerStorageType.U

Undocumented in source.
template ContainerStorageType(T)
@safe nothrow
static if(is(T == const) || is(T == immutable))
static if(!(isBasicType!T || isDynamicArray!T || isPointer!T))
static if(!(is(T == class) || is(T == interface)))
static if(is(T == struct))
alias U = Unqual!T

Meta