-
Notifications
You must be signed in to change notification settings - Fork 32
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
Create a struct for VariableSpace #10
Comments
In my VarName refactoring PR #49, the overloaded |
Maybe but I still prefer |
Mohamed has some valid points here. We'd like to reduce the number of APIs in |
I agree, having a |
Seems this issue got fixed by #49? |
It would be nice to create a new struct
VariableSpace
and use that instead ofSet
for Samplerspace
. We can then overloadBase.in
to check ifvn
is insidespace
including the case whenspace
is empty. We can overloadin
now withspace::Set
but that can cause confusion with the emptyspace
case.The text was updated successfully, but these errors were encountered: