StringImpl.this

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

Meta