Edit.this

  1. this(Interval r, const(ubyte)[] content)
    class Edit
    @safe pure nothrow @nogc
    this
    (,
    const(ubyte)[] content = (const(ubyte)[]).init
    )
  2. this(Interval r, string content)

Parameters

r Interval

interval to replace

content const(ubyte)[]

with this content

Meta