The OpenD Programming Language

outpl

Writes and returns value to I/O port at port_address.

  1. uint outpl(uint port_address, uint value)
  2. uint outpl(uint port_address, uint value)
    version(LDC)
    nothrow @safe @nogc @system
    uint
    outpl
    (,
    uint value
    )

Meta