Argument.requires

Set this argument to depend upon another

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

Meta