struct Zap::Utils::Semver::Limit
- Zap::Utils::Semver::Limit
- Struct
- Value
- Object
Defined in:
utils/semver/limit.crConstant Summary
-
MAX =
new(Version.new(UInt128::MAX), Boundary::Inclusive)
-
MIN =
new(Version.new, Boundary::Inclusive)
Constructors
Class Method Summary
Instance Method Summary
- #boundary : Boundary
-
#clone
Returns a copy of
self
with all instance variables cloned. - #max(other : self, *, side : Symbol = :left)
- #min(other : self, *, side : Symbol = :left)
- #to_s(io)
- #version : Version