Field.numericOnly

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

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

Meta