Attribute.this

Create a attribute.Attribute boxed type.

  1. this(uint startIndex, uint endIndex)
    class Attribute
    this
    (
    uint startIndex = uint.init
    ,
    uint endIndex = uint.init
    )
  2. this(void* ptr, Flag!"Take" take)

Parameters

startIndex uint

the start index of the range (in bytes).

endIndex uint

end index of the range (in bytes). The character at this index is not included in the range.