You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help?> Base.Broadcast.broadcasted
│ Warning
│
│ The following bindings may be internal; they may change or be removed in future
│ versions:
│
│ • Base.Broadcast.broadcasted
No documentation found for private symbol.
Base.Broadcast.broadcasted is a Function.
# 66 methods for generic function "broadcasted" from Base.Broadcast:
...
This is on Julia 1.11:
julia> versioninfo()
Julia Version 1.11.1
Commit 8f5b7ca12ad (2024-10-16 10:53 UTC)
Build Info:
Official https://julialang.org/ release
Platform Info:
OS: Linux (x86_64-linux-gnu)
CPU: 8 × Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz
WORD_SIZE: 64
LLVM: libLLVM-16.0.6 (ORCJIT, icelake-client)
Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
The text was updated successfully, but these errors were encountered:
The Julia manual explicitly notes that
Base.Broadcast.broadcasted(f, args...)
should be implemented when customizing the default behavior of broadcasting, but when the docstring is pulled up with REPL help, it mentions that the symbol is private:This is on Julia 1.11:
julia> versioninfo() Julia Version 1.11.1 Commit 8f5b7ca12ad (2024-10-16 10:53 UTC) Build Info: Official https://julialang.org/ release Platform Info: OS: Linux (x86_64-linux-gnu) CPU: 8 × Intel(R) Core(TM) i7-1065G7 CPU @ 1.30GHz WORD_SIZE: 64 LLVM: libLLVM-16.0.6 (ORCJIT, icelake-client) Threads: 1 default, 0 interactive, 1 GC (on 8 virtual cores)
The text was updated successfully, but these errors were encountered: