The OpenD Programming Language

SmallString.this

Constructor

  1. this(typeof(null) )
  2. this(const(char)[] str)
  3. this(SmallString!n str)
    struct SmallString(uint maxLength)
    extern (D) @safe pure @nogc scope
    this
    (
    uint n
    )
    (
    auto ref scope const SmallString!n str
    )
    if (
    maxLength
    )
  4. this(Range str)

Meta