Screen.opIndexAssign

Set the content for for a given location. This won't necessarily take effect until the show function is called.

  1. void opIndexAssign(Cell , size_t x, size_t y)
    interface Screen
    void
    opIndexAssign
    (
    Cell
    ,
    size_t x
    ,
    size_t y
    )
  2. void opIndexAssign(Cell c, Coord pos)

Meta