Field.positiveOnly

Sets whether the field is positive only. Returns the new value.

  1. bool positiveOnly [@property getter]
  2. bool positiveOnly [@property setter]
    struct Field
    @property @nogc @safe pure nothrow
    bool
    positiveOnly
    (
    bool val
    )

Meta