We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This would allow the count-model to be more readable, which will make generating collections of the right size easier.
Proposed format:
{:type :range :min 1 ; inclusive, optional :max 3 ; inclusive, optional :inf -5.0 ; exclusive, optional :sup 5.0 ; exclusive, optional }
:min and :inf cannot appear at the same time in the node, :max and :sup cannot appear at the same time in the node.
:min
:inf
:max
:sup
The text was updated successfully, but these errors were encountered:
green-coder
No branches or pull requests
This would allow the count-model to be more readable, which will make generating collections of the right size easier.
Proposed format:
:min
and:inf
cannot appear at the same time in the node,:max
and:sup
cannot appear at the same time in the node.The text was updated successfully, but these errors were encountered: