Index.this

Default ctor

  1. this(uint id, Size x, Size y, ubyte width, ubyte height, byte displayOffsetX, byte displayOffsetY, string _name)
    struct Index(bool MemoryResident = true)
    @safe pure
    static if(MemoryResident)
    this
    (
    uint id
    ,
    Size x
    ,
    Size y
    ,
    ubyte width
    ,
    ubyte height
    ,,,
    string _name
    )
  2. this(Index!false src)
  3. this(Index src)

Meta