Index.this

Converts from a non memory resident type

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

Meta