Option.max

Undocumented in source. Be warned that the author may not have intended to support it.
  1. int max [@property getter]
  2. int max [@property setter]
    struct Option(T)
    @property
    int
    max
    (
    int value
    )

Meta