Argument.requires

Set this argument to depend upon another

  1. Argument requires(Argument arg)
  2. Argument requires(const(char)[] other)
    class Argument
    final
    requires
    (
    const(char)[] other
    )
  3. Argument requires(char other)

Meta