https://github.com/JuliaLang/julia
Revision 8a5ac94e96ec596649384d299ef0c20641e1e165 authored by Steven G. Johnson on 08 December 2020, 03:24:07 UTC, committed by GitHub on 08 December 2020, 03:24:07 UTC
1 parent e585557
Raw File
Tip revision: 8a5ac94e96ec596649384d299ef0c20641e1e165 authored by Steven G. Johnson on 08 December 2020, 03:24:07 UTC
make firstindex(a,d) and lastindex(a,d) default to calling axes(a,d) (#38742)
Tip revision: 8a5ac94
startup.jl
# This file should contain site-specific commands to be executed on Julia startup;
# Users may store their own personal commands in `~/.julia/config/startup.jl`.
back to top