Frame.write

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void write(X tx, Y ty, Args args)
    class Frame
    void
    write
    (
    X
    Y
    Args...
    )
    (
    X tx
    ,
    Y ty
    ,
    Args args
    )
    if (
    isNumeric!X &&
    isNumeric!Y
    &&
    args.length
    )
  2. void write(Coordinate origin, Args args)

Meta