StringImpl.this

Undocumented in source.
  1. this(Char[] data)
    struct StringImpl(Char, Allocator)
    static if(StaticAlloc!Allocator)
    this
    (
    const Char[] data
    )
    if (
    is(Char == Unqual!Char) &&
    isSomeChar!Char
    )
  2. this()
  3. this(Char[] data, Allocator alloc)
  4. this(Allocator alloc)

Meta