-
Notifications
You must be signed in to change notification settings - Fork 94
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
Reason #difference / #- is missing from Vector and List? #239
Comments
There's no reason why that method is not implemented. Hamster aims for
close compatibility with the interface of Ruby's built-in data structures,
so it should be implemented. Please send a PR.
…On Jan 13, 2018 11:08 PM, "Neil Souza" ***@***.***> wrote:
Hope this is an ok place to ask, didn't see anything sending me anywhere
else in the README or FAQ...
Is there a reason #difference (aliased as #- for Ruby's Array) is not
implemented for Vector and/or List? Recommended alternative / work around?
Just taking the lib for spin so I'm not yet familiar with the
implementation details. Seems great so far though, thanks!
Also, FYI, the link to the List API docs is broken:
http://www.rubydoc.info/github/hamstergem/hamster/master/Hamster/List
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#239>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABBJX3Rs0Nw2rPehIxmjg43EUpRj30wPks5tKRswgaJpZM4RdXqJ>
.
|
Where did you find the bad documentation link? |
@alexdowad broken List link is in the main README: https://github.com/hamstergem/hamster/blame/core/README.md#L46 |
Hmm. YARDoc processes and documents Does anyone know what tool rubydoc.info uses to process source code and generate documentation pages? Is it their own proprietary tool? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hope this is an ok place to ask, didn't see anything sending me anywhere else in the README or FAQ...
Is there a reason
#difference
(aliased as#-
for Ruby'sArray
) is not implemented forVector
and/orList
? Recommended alternative / work around?Just taking the lib for spin so I'm not yet familiar with the implementation details. Seems great so far though, thanks!
Also, FYI, the link to the
List
API docs is broken:http://www.rubydoc.info/github/hamstergem/hamster/master/Hamster/List
The text was updated successfully, but these errors were encountered: