Skip to content
New issue

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

Add support for a scalar range node type #4

Open
green-coder opened this issue Aug 7, 2020 · 0 comments
Open

Add support for a scalar range node type #4

green-coder opened this issue Aug 7, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@green-coder
Copy link
Owner

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.

@green-coder green-coder added the enhancement New feature or request label Aug 7, 2020
@green-coder green-coder self-assigned this Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant