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
DataStructures.jl/src/mutable_list.jl
Line 19 in f90dd8c
A = MutableLinkedList{Int}(1,2,3) node = A.node for i=1:8 println(node.data) node = node.next end
140155178173488 1 2 3 140155178173488 1 2 3
julia> versioninfo() Julia Version 1.7.2 Commit bf53498635 (2022-02-06 15:21 UTC) Platform Info: OS: Linux (x86_64-pc-linux-gnu) CPU: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz WORD_SIZE: 64 LIBM: libopenlibm LLVM: libLLVM-12.0.1 (ORCJIT, skylake) Environment: JULIA_EDITOR = code JULIA_NUM_THREADS = julia>
The text was updated successfully, but these errors were encountered:
related issue #794
Sorry, something went wrong.
MutableLinkedList
No branches or pull requests
DataStructures.jl/src/mutable_list.jl
Line 19 in f90dd8c
Code
Result
Version
The text was updated successfully, but these errors were encountered: