OptParser.add

Adds a delegate for parsing an option.

  1. void add(bool delegate() parseDg)
  2. void add(cstring param, ref T out_arg, void delegate() cb = null)
    class OptParser
    void
    add
    (
    T
    )
    (
    ,
    ref T out_arg
    ,
    void delegate(
    )
    cb = null
    )

Meta