Package evaluation of REPLference on Julia 1.11.4 (a71dd056e0*) started at 2025-04-08T08:42:29.036 ################################################################################ # Set-up # Installing PkgEval dependencies (TestEnv)... Set-up completed after 9.15s ################################################################################ # Installation # Installing REPLference... Resolving package versions... Updating `~/.julia/environments/v1.11/Project.toml` [89b048f0] + REPLference v0.2.1 Updating `~/.julia/environments/v1.11/Manifest.toml` [1520ce14] + AbstractTrees v0.4.5 [89b048f0] + REPLference v0.2.1 [10745b16] + Statistics v1.11.1 [56f22d72] + Artifacts v1.11.0 [2a0f44e3] + Base64 v1.11.0 [ade2ca70] + Dates v1.11.0 [b77e0a4c] + InteractiveUtils v1.11.0 [8f399da3] + Libdl v1.11.0 [37e2e46d] + LinearAlgebra v1.11.0 [56ddb016] + Logging v1.11.0 [d6f4376e] + Markdown v1.11.0 [de0858da] + Printf v1.11.0 [9a3f8284] + Random v1.11.0 [ea8e919c] + SHA v0.7.0 [9e88b42a] + Serialization v1.11.0 [8dfed614] + Test v1.11.0 [4ec0a83e] + Unicode v1.11.0 [e66e0078] + CompilerSupportLibraries_jll v1.1.1+0 [4536629a] + OpenBLAS_jll v0.3.27+1 [8e850b90] + libblastrampoline_jll v5.11.0+0 Installation completed after 1.67s ################################################################################ # Precompilation # Precompiling PkgEval dependencies... Precompiling package dependencies... Precompilation completed after 13.72s ################################################################################ # Testing # Testing REPLference Status `/tmp/jl_fEA2sp/Project.toml` [1520ce14] AbstractTrees v0.4.5 [89b048f0] REPLference v0.2.1 [10745b16] Statistics v1.11.1 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 Status `/tmp/jl_fEA2sp/Manifest.toml` [1520ce14] AbstractTrees v0.4.5 [89b048f0] REPLference v0.2.1 [10745b16] Statistics v1.11.1 [56f22d72] Artifacts v1.11.0 [2a0f44e3] Base64 v1.11.0 [ade2ca70] Dates v1.11.0 [b77e0a4c] InteractiveUtils v1.11.0 [8f399da3] Libdl v1.11.0 [37e2e46d] LinearAlgebra v1.11.0 [56ddb016] Logging v1.11.0 [d6f4376e] Markdown v1.11.0 [de0858da] Printf v1.11.0 [9a3f8284] Random v1.11.0 [ea8e919c] SHA v0.7.0 [9e88b42a] Serialization v1.11.0 [8dfed614] Test v1.11.0 [4ec0a83e] Unicode v1.11.0 [e66e0078] CompilerSupportLibraries_jll v1.1.1+0 [4536629a] OpenBLAS_jll v0.3.27+1 [8e850b90] libblastrampoline_jll v5.11.0+0 Testing Running tests... REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:9 Test threw exception Expression: typeof(REPLference._names_to_dict()) == Dict{Symbol, Vector{String}} MethodError: no method matching doc(::Base.Docs.Binding) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] _names_to_dict() @ REPLference ~/.julia/packages/REPLference/IKTHS/src/utility_script.jl:48 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:9 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:10 Test threw exception Expression: typeof(REPLference._print_dict_to_dest(REPLference._names_to_dict(), tempname())) == Nothing MethodError: no method matching doc(::Base.Docs.Binding) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] _names_to_dict() @ REPLference ~/.julia/packages/REPLference/IKTHS/src/utility_script.jl:48 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:10 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 1 2 3 4 AbstractArray ├─ AbstractRange │ ├─ LinRange │ ├─ OrdinalRange │ │ ├─ AbstractUnitRange │ │ │ ├─ IdentityUnitRange │ │ │ ├─ OneTo │ │ │ ├─ Slice │ │ │ └─ UnitRange │ │ └─ StepRange │ └─ StepRangeLen ├─ AbstractSlices │ └─ Slices ├─ ExceptionStack ├─ LogRange ├─ LogicalIndex ├─ MethodList ├─ ReinterpretArray ├─ ReshapedArray ├─ SCartesianIndices2 ├─ WithoutMissingVector ├─ BitArray ├─ CartesianIndices ├─ AbstractRange │ ├─ LinRange │ ├─ OrdinalRange │ │ ├─ AbstractUnitRange │ │ │ ├─ IdentityUnitRange │ │ │ ├─ OneTo │ │ │ ├─ Slice │ │ │ ├─ StmtRange │ │ │ └─ UnitRange │ │ └─ StepRange │ └─ StepRangeLen ├─ BitArray ├─ ExceptionStack ├─ LinearIndices ├─ LogRange ├─ MethodList ├─ TwoPhaseDefUseMap ├─ TwoPhaseVectorView ├─ DenseArray │ ├─ Array │ ├─ CodeUnits │ ├─ Const │ ├─ GenericMemory │ └─ UnsafeView ├─ GenericArray ├─ AbstractTriangular │ ├─ LowerTriangular │ ├─ UnitLowerTriangular │ ├─ UnitUpperTriangular │ └─ UpperTriangular ├─ Adjoint ├─ Bidiagonal ├─ Diagonal ├─ Hermitian ├─ SymTridiagonal ├─ Symmetric ├─ Transpose ├─ Tridiagonal ├─ UpperHessenberg ├─ LinearIndices ├─ PermutedDimsArray └─ SubArray Integer ├─ Bool ├─ Signed │ ├─ BigInt │ ├─ Int128 │ ├─ Int16 │ ├─ Int32 │ ├─ Int64 │ └─ Int8 └─ Unsigned ├─ UInt128 ├─ UInt16 ├─ UInt32 ├─ UInt64 └─ UInt8 Int64 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:21 Test threw exception Expression: typeof(man(:keywords)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.keywords)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:81 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:21 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:22 Test threw exception Expression: typeof(man(:variables)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.variables)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:84 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:22 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:23 Test threw exception Expression: typeof(man(:operators)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.operators)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:23 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:24 Test threw exception Expression: typeof(man(:integers)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.integers)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:90 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:24 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:25 Test threw exception Expression: typeof(man(:floating)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.floats)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:93 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:25 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:26 Test threw exception Expression: typeof(man(:complex)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.complexs)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:96 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:26 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:27 Test threw exception Expression: typeof(man(:rationals)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.rationals)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:99 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:27 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:28 Test threw exception Expression: typeof(man(:irrationals)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.irrationals)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:102 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:28 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:29 Test threw exception Expression: typeof(man(:characters)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.characters)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:105 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:29 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:30 Test threw exception Expression: typeof(man(:strings)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.strings)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:108 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:30 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:31 Test threw exception Expression: typeof(man(:ranges)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.ranges)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:111 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:31 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:32 Test threw exception Expression: typeof(man(:array)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.arrays)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:114 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:32 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:33 Test threw exception Expression: typeof(man(:tuples)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.tuples)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:117 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:33 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:34 Test threw exception Expression: typeof(man(:dicts)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.dicts)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:120 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:34 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:35 Test threw exception Expression: typeof(man(:sets)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.sets)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:123 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:35 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:36 Test threw exception Expression: typeof(man(:types)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.types)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:126 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:36 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:37 Test threw exception Expression: typeof(man(:functions)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.functions)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:129 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:37 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:38 Test threw exception Expression: typeof(man(:files)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.files)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:132 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:38 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:39 Test threw exception Expression: typeof(man(:modules)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.modules)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:135 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:39 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:40 Test threw exception Expression: typeof(man(:regex)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.regexes)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:138 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:40 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:41 Test threw exception Expression: typeof(man(:time)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.datetime)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:141 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:41 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:42 Test threw exception Expression: typeof(man(:random)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.randoms)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:144 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:42 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:43 Test threw exception Expression: typeof(man(:meta)) === Markdown.MD MethodError: no method matching doc(::typeof(REPLference.metaprogramming)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:147 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:43 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:45 Test threw exception Expression: man(:keywords) == man(:reserved) MethodError: no method matching doc(::typeof(REPLference.keywords)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:81 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:45 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:46 Test threw exception Expression: man(:operators) == man(:operations) MethodError: no method matching doc(::typeof(REPLference.operators)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:87 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:46 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:47 Test threw exception Expression: man(:types) == man(:datatypes) MethodError: no method matching doc(::typeof(REPLference.types)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:126 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:47 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:48 Test threw exception Expression: man(:functions) == man(:methods) MethodError: no method matching doc(::typeof(REPLference.functions)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:129 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:48 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:49 Test threw exception Expression: man(:methods) == man(:procedures) MethodError: no method matching doc(::typeof(REPLference.functions)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:129 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:49 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:50 Test threw exception Expression: man(:time) == man(:date) MethodError: no method matching doc(::typeof(REPLference.datetime)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:141 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:50 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:51 Test threw exception Expression: man(:files) == man(:io) MethodError: no method matching doc(::typeof(REPLference.files)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:132 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:51 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:52 Test threw exception Expression: man(:io) == man(:stream) MethodError: no method matching doc(::typeof(REPLference.files)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:132 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:52 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:53 Test threw exception Expression: man(:modules) == man(:packages) MethodError: no method matching doc(::typeof(REPLference.modules)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:135 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:53 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 REPLference.jl: Error During Test at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:54 Test threw exception Expression: man(:regex) == man(:regular) MethodError: no method matching doc(::typeof(REPLference.regexes)) The function `doc` exists, but no method is defined for this combination of argument types. Stacktrace: [1] man(obj::Symbol) @ REPLference ~/.julia/packages/REPLference/IKTHS/src/REPLference.jl:138 [2] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:676 [inlined] [3] macro expansion @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:54 [inlined] [4] macro expansion @ /opt/julia/share/julia/stdlib/v1.11/Test/src/Test.jl:1704 [inlined] [5] top-level scope @ ~/.julia/packages/REPLference/IKTHS/test/runtests.jl:7 Methods ≡≡≡≡≡≡≡≡≡ True/False isbinaryoperatorˣ isoperatorˣ isunaryoperatorˣ isidentifierˣ ispostfixoperatorˣ Others accumulate mapfoldl mergewith reduce_firstˣ cmp mapfoldr operator_associativityˣ splat foldl mapreduce operator_precedenceˣ foldr mapreduce_emptyˣ reduce identity mapreduce_firstˣ reduce_emptyˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - < == >= ^ ∉ √ ≈ ≢ ⊇ ⊋ <: != ' / <: => >> ~ ∋ ∛ ≉ ≤ ⊈ ⊻ === !== * // << > >>> ÷ ∌ ∩ ≠ ≥ ⊉ ⊼ % + : <= >: \ ∈ ∘ ∪ ≡ ⊆ ⊊ ⊽ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @int128_str @showtime @big_str @enum @fastmath @show @uint128_str Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication binomial divrem fld1 gcd kron mod2pi rem2pi canonicalize2ˣ evalpoly fldmod gcdx lcm muladd widemul cld factorial fldmod1 inv mod nextprod div fld fma invmod mod1 rem Absolute Value, Min/Max & Sign abs cmp flipsign min sign uabsˣ abs2 copysign max minmax signbit Bitwise nand nor xor Logs, Powers & Roots cbrt exp2 hypot log log2 prevpow exp expm1 isqrt log10 powermod sqrt exp10 exponent ldexp log1p nextpow Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False hastypemaxˣ isbits isgreaterˣ ismutable ispow2 ifelse isequal isinf isnan isreal isa iseven isinteger isodd isunordered isapprox isfinite isless isone iszero Type-Conversion big collect convert oftype signed unsafe_convertˣ widen cconvertˣ complex float promote string unsigned Others bitreverse display ndigits0zˣ repr trailing_zeros bitrotate dump one show typeassert bitstring identity oneunit sizeof typeof bswap leading_ones print splitprecˣ typemax count_ones leading_zeros println summary typemin count_zeros maxintfloat printstyled summarysizeˣ zero digits ndigits redisplay trailing_ones Types ≡≡≡≡≡≡≡ BigInt Cptrdiff_t Culonglong Int32 Ref UInt64 Bool Cshort Cushort Int64 RoundingMode UInt8 Cint Csize_t DataType Int8 Signed UUIDˣ Cintmax_t Cssize_t Enum Integer UInt Unsigned Clong Cuint Int Number UInt128 VIntˣ Clonglong Cuintmax_t Int128 Pair UInt16 Cmode_tˣ Culong Int16 Real UInt32 Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - << > ^ ∉ ∛ ≉ ≤ ⊈ ⊻ != ' / <= >= ~ ∋ ∩ ≠ ≥ ⊉ ⊼ !== * // == >> ÷ ∌ ∪ ≡ ⊆ ⊊ ⊽ % + < => >>> ∈ √ ≈ ≢ ⊇ ⊋ === Constants ≡≡≡≡≡≡≡≡≡≡≡ Inf Inf64 NaN32 RoundFromZero RoundNearestTiesUp Inf16 NaN NaN64 RoundNearest RoundToZero Inf32 NaN16 RoundDown RoundNearestTiesAway RoundUp Macros ≡≡≡≡≡≡≡≡ @assert @doc @fastmath @show @big_str @evalpoly @irrationalˣ @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication add12ˣ div12ˣ fld1 fma mod muladd widemul canonicalize2ˣ divrem fldmod frexp mod1 nextprod cld evalpoly fldmod1 inv mod2pi rem div fld fldmod1 kron mul12ˣ rem2pi Absolute Value, Min/Max & Sign abs cmp flipsign min sign significand abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log log1p nextpow sqrt exp exp2 exponent ldexp log10 log2 prevpow Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False get_zero_subnormals isbits isinf isodd isunordered hastypemaxˣ isequal isinteger isone iszero ifelse iseven isless ispow2 isa isfinite ismutable isreal isapprox isgreaterˣ isnan issubnormal Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others bitstring identity prevfloat setprecision summarysizeˣ bswap maxintfloat print setrounding typeassert display modf println show typeof dump nextfloat printstyled sizeof typemax eps one redisplay splitbitsˣ typemin floatmax oneunit repr splitprecˣ zero floatmin precision set_zero_subnormals summary Types ≡≡≡≡≡≡≡ AbstractFloat Cfloat Float16 Number Ref BigFloat DataType Float32 Pair RoundingMode Cdouble ExponentialBackOff Float64 Real TwicePrecisionˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + < => \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === != ' - <= > ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ !== * / == >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero im Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication canonicalize2ˣ evalpoly inv kron muladd widemul Absolute Value, Min/Max & Sign abs abs2 adjoint conj sign Logs, Powers & Roots exp exp10 exp2 expm1 hypot log log10 log1p log2 sqrt Rouding clamp round Trigonometric & Hyperbolic acos acsch asind cispi cot deg2rad sinc sinpi acot angle asinh cos cotd rad2deg sincos tan acotd asec atan cosc coth sec sincosd tand acoth asecd atand cosd csc secd sincospi tanh acsc asech atanh cosh cscd sech sind acscd asin cis cospi csch sin sinh True/False hasproperty isbits isfinite isless isone iszero ifelse isdefined isgreaterˣ ismutable ispow2 isa isequal isinf isnan isreal isapprox iseven isinteger isodd isunordered Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others bswap imag print redisplay summary display identity println reim summarysizeˣ dump nfields printstyled repr typeassert getfield one propertynames show typeof getproperty oneunit real sizeof zero Types ≡≡≡≡≡≡≡ Complex ComplexF32 DataType Pair RoundingMode ComplexF16 ComplexF64 Number Ref Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + == ^ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ != ' - => ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === !== * / \ ∉ √ ∪ ≠ ≤ ⊇ ⊊ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication canonicalize2ˣ divrem fld1 fma inv mod nextprod cld evalpoly fldmod gcd kron mod1 rem div fld fldmod1 gcdx lcm muladd widemul Absolute Value, Min/Max & Sign abs cmp flipsign min sign abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log10 log2 prevpow exp exp2 exponent log log1p nextpow sqrt Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False hasproperty isbits isfinite isless isone iszero ifelse isdefined isgreaterˣ ismutable ispow2 isa isequal isinf isnan isreal isapprox iseven isinteger isodd isunordered Type-Conversion big collect convert oftype string widen cconvertˣ complex float promote unsafe_convertˣ Others denominator identity oneunit redisplay summarysizeˣ zero display modf print repr typeassert dump nfields println show typeof getfield numerator printstyled sizeof typemax getproperty one propertynames summary typemin Types ≡≡≡≡≡≡≡ DataType Number Pair Rational Real Ref RoundingMode Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % - << => >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ != * / <= > \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === !== + < == >= ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp π RoundFromZero RoundNearestTiesAway RoundToZero pi ℯ Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @irrationalˣ @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication add12ˣ div fld fldmod1 kron muladd widemul canonicalize2ˣ divrem fld1 fma mod nextprod cld evalpoly fldmod inv mod1 rem Absolute Value, Min/Max & Sign abs cmp flipsign min sign abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log10 log2 prevpow exp exp2 exponent log log1p nextpow sqrt Rouding ceil clamp floor round Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False ifelse isbits isfinite isinteger isnan isreal isapprox isequal isgreaterˣ isless isodd isunordered isa iseven isinf ismutable isone iszero Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others display modf println repr summary typeof dump one printstyled show summarysizeˣ zero identity print redisplay sizeof typeassert Types ≡≡≡≡≡≡≡ AbstractIrrational Irrational Real Pair DataType Number Ref RoundingMode Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + < => \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === != ' - <= > ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ !== * / == >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ Macros ≡≡≡≡≡≡≡≡ @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Mathematical canonicalize2ˣ cmp count max min minmax Search & Find findall findfirst findlast findnext findprev True/False ifelse iscntrl isletter isnumeric isspace isxdigit in isdigit islowercase isoverlongˣ isunordered isascii isequal ismalformedˣ isprint isuppercase isbits isless ismutable ispunct isvalid Type-Conversion cconvertˣ convert oftype promote unsafe_convertˣ collect isa parse string Others bitstring join println show titlecase codepoint lowercase printstyled show_invalidˣ typeassert decode_overlongˣ lpad redisplay sizeof typeof display ncodeunits repeat summary uppercase dump only repr summarysizeˣ identity print rpad textwidth Types ≡≡≡≡≡≡≡ AbstractChar Cchar Char Cuchar Cwchar_t DataType Ref Pair Operators ≡≡≡≡≡≡≡≡≡≡≡ ! * < => ^ ∋ ∪ ≢ ⊆ ⊉ === != + <= > ∈ ∌ ≠ ≤ ⊇ ⊊ !== - == >= ∉ ∩ ≡ ≥ ⊈ ⊋ Macros ≡≡≡≡≡≡≡≡ @MIME_str @doc @lazy_str @s_str @simd @v_str @assert @html_str @r_str @show @text_str @b_str @int128_str @raw_str @showtime @uint128_str Methods ≡≡≡≡≡≡≡≡≡ Case-Sensitive lowercase lowercasefirst titlecase uppercase uppercasefirst File/url Paths abspath expanduser normpath relpath edit basename fdio open rm cd hardlink read! samefile chmod include_dependency readchomp set_active_projectˣ chown include_string readdir splitdir contractuser includeˣ readeach splitdrive cp joinpath readline splitext dirname less readlines splitpath download mkdir readlink symlink eachline mkpath readuntil touch evalfile mv realpath write Indices eachindex firstindex getindex last nextind thisind first get keys lastindex prevind Loop enumerate foreach pairs zip Mathematical argmax cumprod max minimum setdiff unique argmin extrema maximum minmax symdiff cmp intersect min prod union Reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ mapfoldl mapreduce_emptyˣ reduce Search & Find count eachmatch findall findlast findmin findprev countlines filter findfirst findmax findnext match Splitting & Stripping chomp chopprefix eachsplit rsplit split chop chopsuffix lstrip rstrip strip True/False checkbounds in isdirpath isgreaterˣ isunordered contains isa isdisjoint isless isvalid endswith isabspath isdoneˣ ismutable occursin hasfastinˣ isascii isempty issetequal startswith hastypemaxˣ isbits isequal issubset ifelse isdir isfile istextmime Type-Conversion ascii collect oftype promote tryparse cconvertˣ convert parse string Others broadcast length shell_escape_cshˣ checked_lengthˣ locate_packageˣ shell_escape_posixlyˣ clipboard lpad shell_escape_wincmdˣ codeunit map shell_escapeˣ codeunits objectid show display one showable displayable oneunit sizeof dump only split_restˣ eltype print stack escape_microsoft_c_argsˣ println summary escape_raw_stringˣ printstyled summarysizeˣ escape_string promptˣ textwidth getpassˣ redisplay transcode hex2bytes repeat typeassert identify_package_envˣ replace typeof identify_packageˣ repr typemin identity restˣ unescape_string indentationˣ reverse unindentˣ iterate reverseind view join rpad Types ≡≡≡≡≡≡≡ AbstractString Generatorˣ Ref Text CodeUnitsˣ IteratorEltypeˣ SecretBufferˣ UUIDˣ Cstring IteratorSizeˣ String VersionNumber Cwstring LazyString SubString DataType Pair SubstitutionString Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== < == > ^ ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != * <= => >= ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Constants ≡≡≡≡≡≡≡≡≡≡≡ InsertionSort MergeSort QuickSort Macros ≡≡≡≡≡≡≡≡ @assert @boundscheck @show @showtime @simd Methods ≡≡≡≡≡≡≡≡≡ Cocatenation cat stack vcat Constructors range Step & Indices eachindex get keys lastindex step first getindex keytype nextind to_indexˣ firstindex indexin last prevind to_indices Loop enumerate foreach pairs zip Mathematical accumulate cumprod invperm maximum prod union argmax cumsum kron min setdiff unique argmin extrema lcm minimum sum cmp intersect max minmax symdiff Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext Sorting insorted searchsortedfirst sort searchsorted searchsortedlast sortperm True/False checkbounds ifelse isbits isequal isreal checkbounds_indicesˣ in isdefined isgreaterˣ issetequal checkindex isa isdisjoint isless issubset hasfastinˣ isapprox isdoneˣ ismutable isunordered hasproperty isassigned isempty isperm iszero Type-Conversion cconvertˣ complex float promote string collect convert oftype similar Others broadcast getfield objectid redisplay sizeof bytes2hex getproperty only repeat split_restˣ checked_lengthˣ identity pointer replace summary clamp iterate print repr summarysizeˣ display join print_rangeˣ restˣ typeassert dump length println reverse typeof eltype map printstyled show empty nfields propertynames size Types ≡≡≡≡≡≡≡ AbstractRange IteratorEltypeˣ Pair StepRangeLen AbstractUnitRange IteratorSizeˣ PartialQuickSort TwicePrecisionˣ Colon LinRange RangeStepStyleˣ UnitRange DataType LinearIndices Ref Generatorˣ OneToˣ Sliceˣ IdentityUnitRangeˣ OrdinalRange StepRange Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + : <= > ^ ∉ √ ≈ ≡ ≥ ⊈ ⊋ != ' - < == >= ÷ ∋ ∩ ≉ ≢ ⊆ ⊉ === !== * / << => \ ∈ ∌ ∪ ≠ ≤ ⊇ ⊊ Constants ≡≡≡≡≡≡≡≡≡≡≡ Bottomˣ Vararg Macros ≡≡≡≡≡≡≡≡ @MIME_str @atomic @atomicswap @kwdef @showtime @assert @atomicreplace @doc @show Methods ≡≡≡≡≡≡≡≡≡ In-Place modifyfield! replacefield! setfield! swapfield! modifyproperty! replaceproperty! setproperty! swapproperty! Field fieldcount fieldname fieldoffset fieldtypes fieldindexˣ fieldnames fieldtype True/False datatype_haspaddingˣ hasmethod isbitsunionˣ isprimitivetype datatype_pointerfreeˣ hastypemaxˣ isconcretetype issingletontypeˣ has_bottom_parameterˣ isa isdispatchtuple isstructtype hasfastinˣ isabstracttype isiterableˣ isvalid hasfield isbitstype ismutabletype Type-Conversion big complex trunc unsafe_convertˣ cconvertˣ convert typeintersect unsafe_trunc ceil float typejoin widen Type-Promotion promote_opˣ promote_rule promote_type promote_typejoinˣ Others bitsunionsizeˣ floatmin print_statement_costsˣ typeof bodyfunctionˣ floor println typemax clamp getfield printstyled typemin code_ircode_by_typeˣ getindex real which code_ircodeˣ getproperty redisplay zero code_lowered identity reinterpret code_typed instances rem code_typed_by_typeˣ keytype repr collect maxintfloat round complex methods rounding convert methodswith setprecision datatype_alignmentˣ nameof show datatype_fielddesc_typeˣ nfields showable datatype_nfieldsˣ nonmissingtype sizeof display objectid stack dump one string eps ones subtypes elsizeˣ oneunit supertype eltype paddingˣ supertypes exponent_maxˣ parse summary exponent_raw_maxˣ precision summarysizeˣ floatmax print typeassert Types ≡≡≡≡≡≡≡ AbstractArray CyclePaddingˣ PermutedDimsArray AbstractChannel DenseMatrix Ptr AbstractChar DenseVecOrMat QuoteNode AbstractDict DataType RangeStepStyleˣ AbstractDisplay DenseArray Rational AbstractFloat DenseVector RawFD AbstractIrrational Dict ReadOnlyMemoryError AbstractLockˣ DimensionMismatch Real AbstractMatch Dims ReentrantLock AbstractPattern DivideError Ref AbstractPipeˣ DomainError Regex AbstractSet EOFError RegexMatch AbstractSlices Enum Returns AbstractString EnvDictˣ RoundingMode AbstractUnitRange ErrorException RowSlices AbstractVecOrMat Eventˣ ScalarIndexˣ AbstractVector ExponentialBackOff SecretBufferˣ AlwaysLockedSTˣ Expr Semaphoreˣ Any FilteringRFˣ Set AnyDictˣ Fix1ˣ Signed Array Fix2ˣ Slices ArgumentError FlatteningRFˣ Sliceˣ AssertionError Float16 Some AsyncCollectorˣ Float32 SpawnIOsˣ AsyncConditionˣ Float64 Splatˣ AsyncGeneratorˣ Function StackOverflowError BigFloat Generatorˣ StepRange BigInt GenericConditionˣ StepRangeLen BitArray HTML StridedArray BitMatrix IOBuffer StridedMatrix BitSet IOContext StridedVecOrMat BitVector IOStream StridedVector Bitsˣ IdDict String Bool IdentityUnitRangeˣ StringIndexError BoundsError ImmutableDictˣ SubArray BottomRFˣ IndexCartesian SubString CFunctionˣ InexactError SubstitutionString CartesianIndex InitError Symbol CartesianIndices Int SystemError Cchar Int128 TaskFailedException Char Int16 Task Cdouble Int32 Text Cfloat Int64 TextDisplay Channel Int8 ThreadSynchronizerˣ Cint Integer Timer Cintmax_t IteratorEltypeˣ Tuple Clong IteratorSizeˣ TwicePrecisionˣ Clonglong InterConditionalˣ Type Cmd InterruptException TypeError Cmode_tˣ LLVMPtrˣ TypeofBottomˣ CodeUnitsˣ LibuvServerˣ UInt Colon LibuvStreamˣ UInt128 ColumnSlices LinRange UInt16 Complex LinearIndices UInt32 ComplexF16 LoadError UInt64 ComplexF32 LogicalIndexˣ UInt8 ComplexF64 MIME UUIDˣ ComposedFunction MappingRFˣ UndefInitializer CompositeException Matrix UndefKeywordError Condition MethodError UndefRefError Cptrdiff_t Missing UndefVarError Cshort MissingException Union Csize_t Module UnionAll Cssize_t NTuple UnitRange Cstring NamedTuple Unsigned Cuchar Nothing Val Cuint Number VecElement Cuintmax_t OS_HANDLEˣ VecOrMat Culong OneToˣ Vector Culonglong OrdinalRange VerTupleˣ Cushort OutOfMemoryError VersionNumber Cvoid OverflowError WeakKeyDict Cwchar_t Pair WrappedExceptionˣ Cwstring PartialQuickSort text_colorsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== <: == => >: ≠ ≡ ≢ <: === Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @NamedTuple @boundscheck @show @simd @assert @coalesce @showtime @something Methods ≡≡≡≡≡≡≡≡≡ Constructors ntuple tuple Indices eachindex firstindex getindex last nextind setindexˣ first get keys lastindex prevind Loop enumerate foreach pairs zip Mathematical accumulate cumprod invperm min prod symdiff argmax extrema max minimum setdiff union argmin intersect maximum minmax sum unique Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext True/False all hasfastinˣ isbits isequal ismutable issubset allequal ifelse isdisjoint isgreaterˣ isnothing isunordered allunique in isdoneˣ isless isperm any isa isempty ismissing issetequal Type-Conversion cconvertˣ collect convert oftype promote string Others broadcast eltype length redisplay stack bytes2hex empty map replace structdiffˣ checked_lengthˣ frontˣ merge repr summary copy hash objectid restˣ summarysizeˣ copymutableˣ identity only reverse tailˣ deepcopy iterate print show typeassert display join println sizeof typeof dump joinpath printstyled split_restˣ values Types ≡≡≡≡≡≡≡ Cvoid IteratorEltypeˣ NTuple Ref Tuple DataType IteratorSizeˣ NamedTuple Pair VerTupleˣ Generatorˣ Missing Nothing Some Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <= => >= ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != < == > ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @assert @coalesce @showtime @something @boundscheck @show @simd Methods ≡≡≡≡≡≡≡≡≡ In-Place copy! empty! intersect! popfirst! replace! sizehint! union! delete! filter! pop! push! setdiff! symdiff! Loop enumerate foreach pairs zip Mathematical accumulate cumsum intersect minimum setdiff symdiff unique cumprod extrema maximum prod sum union Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ mul_prodˣ reduce_emptyˣ foldl mapreduce mapreduce_firstˣ reduce reduce_firstˣ Search & Find count filter True/False all hasproperty isdefined isgreaterˣ issubset allequal ifelse isdisjoint ismissing isunordered allunique in isdoneˣ ismutable promote any isa isempty isnothing hasfastinˣ isbits isequal issetequal Type-Conversion cconvertˣ collect convert oftype string Others broadcast eltype join propertynames stack bytes2hex empty length redisplay summary checked_lengthˣ first nfields replace summarysizeˣ copy getfield objectid repr typeassert copymutableˣ getproperty only restˣ typeof deepcopy hash print show values display identity println sizeof dump iterate printstyled split_restˣ Types ≡≡≡≡≡≡≡ AbstractSet DataType IteratorSizeˣ Ref Some BitSet Generatorˣ Missing Pair Cvoid IteratorEltypeˣ Nothing Set Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <= => >= ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != < == > ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @assert @coalesce @show @simd @boundscheck @localsˣ @showtime @something Methods ≡≡≡≡≡≡≡≡≡ In-Place delete! filter! map! mergewith! push! sizehint! empty! get! merge! pop! replace! Indices eachindex first get getindex getkey keys keytype Loop enumerate foreach pairs zip Mathematical argmax extrema maximum prod sum union argmin intersect minimum setdiff symdiff unique Missing & Nothing coalesce notnothingˣ something Reduce foldl mapreduce mapreduce_firstˣ reduce_emptyˣ mapfoldl mapreduce_emptyˣ reduce reduce_firstˣ Search & Find filter findall findfirst findmax findmin True/False allequal ifelse isdisjoint ismissing isunordered allunique isa isdoneˣ ismutable promote hasfastinˣ in isempty isnothing haskey isbits isequal issetequal hasproperty isdefined isgreaterˣ issubset Type-Conversion cconvertˣ collect convert oftype string Others checked_lengthˣ hash print sizeof copy identity println split_restˣ copymutableˣ iterate printstyled stack deepcopy join propertynames summary display length recursive_prefs_mergeˣ summarysizeˣ dump merge redisplay typeassert eltype mergewith replace typeof empty nfields repr valtype getfield objectid restˣ values getproperty only show Types ≡≡≡≡≡≡≡ AbstractDict Dict ImmutableDictˣ Nothing Some AnyDictˣ EnvDictˣ IteratorEltypeˣ Ref WeakKeyDict Cvoid Generatorˣ IteratorSizeˣ Pair text_colorsˣ DataType IdDict Missing Pairsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== => ∉ ∌ ∪ ≡ ⊆ ⊈ ⊊ === != == ∈ ∋ ∩ ≠ ≢ ⊇ ⊉ ⊋ Constants ≡≡≡≡≡≡≡≡≡≡≡ InsertionSort Base.MergeSort QuickSort missing nothing undef Macros ≡≡≡≡≡≡≡≡ @assert @boundscheck @inbounds @showtime @something @views @b_str @coalesce @show @simd @view Methods ≡≡≡≡≡≡≡≡≡ Concatenation cat hcat hvcat hvncat stack vcat Constructors falses fill ones repeat similar trues vectˣ zeros Dimension, Size & Indices axes eachslice indexin ndims setindexˣ checked_lengthˣ elsizeˣ keys nextind size dropdims first keytype permutedims sizeof eachindex firstindex last prevind to_indexˣ eachcol get lastindex reverse to_indices eachrow getindex mapslices selectdim In-Place accumulate! count! hex2bytes! permutedims! reverse! all! cumprod! insert! pop! setdiff! any! cumsum! intersect! popat! sizehint! append! delete! invpermute! popfirst! sort! broadcast! deleteat! keepat! prepend! sortperm! circcopy! digits! kron! prod! splice! circshift! empty! map! push! sum! clamp! extrema! maximum! pushfirst! symdiff! conj! fill! minimum! read! union! copy! filter! partialsort! readbytes! unique! copyfirst!ˣ findmax! partialsortperm! replace! unsafe_copyto! copyto! findmin! permute! resize! Loop enumerate foreach pairs zip Mathematical accumulate asecd cos intersect prod sqrt acos asech cosd inv rot180 sum acot asin cosh invperm rotl90 symdiff acotd asind cot kron rotr90 tan acoth asinh coth lcm sec tand acsc atan csc log sech tanh acscd atand csch max setdiff transpose acsch atanh cumprod maximum sin union adjoint canonicalize2ˣ cumsum min sincos unique argmax cis diff minimum sincosd argmin cmp exp minmax sind asec conj extrema muladd sinh Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext Sorting insorted partialsortperm searchsortedfirst sort sortslices partialsort searchsorted searchsortedlast sortperm True/False all hasfastinˣ isdisjoint ismutable issubset allequal ifelse isdoneˣ isnothing isunordered allunique in isempty isone iszero any isa isequal isperm promote checkbounds isapprox isgreaterˣ isreal checkbounds_indicesˣ isassigned isless issetequal has_offset_axesˣ isbits ismissing issorted Type-Conversion cconvertˣ complex float promote string vec collect convert oftype promote_shape transcode Others PipeBuffer length replace_with_centered_markˣ values SecretBuffer!ˣ map repr view alignmentˣ mightaliasˣ require_one_based_indexingˣ zero broadcast objectid reshape bytes2hex only restˣ circshift parent reverseind copy parentindices show copymutableˣ print split_restˣ dataidsˣ print_matrix_rowˣ stride deepcopy print_matrix_vdotsˣ strides display print_matrixˣ summary dump println summarysizeˣ eltype printstyled typeassert empty real typeof hash redisplay unaliascopyˣ identity reim unaliasˣ iterate reinterpret unsafe_wrap join replace valtype Types ≡≡≡≡≡≡≡ AbstractArray ColumnSlices IteratorSizeˣ Slices AbstractMatrix Cvoid LinearIndices Sliceˣ AbstractSlices DataType LogicalIndexˣ Some AbstractVecOrMat DenseArray Matrix StridedArray AbstractVector DenseMatrix Missing StridedMatrix Array DenseVecOrMat Nothing StridedVecOrMat BitArray DenseVector Pair StridedVector BitMatrix Dims PartialQuickSort SubArray BitVector Generatorˣ PermutedDimsArray UndefInitializer Bitsˣ IndexCartesian Ref VecOrMat CartesianIndex IndexLinear ReinterpretArrayˣ Vector CartesianIndices IndexStyle RowSlices Colon IteratorEltypeˣ ScalarIndexˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! ' - < == >= \ ∉ √ ≈ ≡ ≥ ⊈ ⊋ != * / << => >> ^ ∋ ∩ ≉ ≢ ⊆ ⊉ === !== + : <= > >>> ∈ ∌ ∪ ≠ ≤ ⊇ ⊊ Methods ≡≡≡≡≡≡≡≡≡ Generating Random.bitrand Random.randexp! Random.rand! Random.randn! Random.randexp Random.rand Random.randn Random.randstring Subsequences, Permutations & Shuffling Random.randcycle Random.randperm Random.randsubseq Random.shuffle Random.randcycle! Random.randperm! Random.randsubseq! Random.shuffle! Others Random.default_rngˣ Random.ltm52ˣ Random.seed!ˣ Types ≡≡≡≡≡≡≡ Random.AbstractRNG Random.SamplerSimpleˣ Random.Samplerˣ Random.MersenneTwister Random.SamplerTrivialˣ Random.TaskLocalRNG Random.RandomDevice Random.SamplerTypeˣ Random.Xoshiro Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown Dates.Friday Dates.November RoundFromZero Dates.ISODateFormat Dates.Oct RoundNearest Dates.ISODateTimeFormat Dates.October RoundNearestTiesAway Dates.ISOTimeFormat Dates.RFC1123Format RoundNearestTiesUp Dates.Jan Dates.Sat RoundToZero Dates.January Dates.Saturday RoundUp Dates.Jul Dates.Sep Dates.Apr Dates.July Dates.September Dates.April Dates.Jun Dates.Sun Dates.Aug Dates.June Dates.Sunday Dates.August Dates.Mar Dates.Thu Dates.Dec Dates.March Dates.Thursday Dates.December Dates.May Dates.Tue Dates.Feb Dates.Mon Dates.Tuesday Dates.February Dates.Monday Dates.Wed Dates.Fri Dates.Nov Dates.Wednesday Macros ≡≡≡≡≡≡≡≡ Dates.@dateformat_str @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Accessor Dates.day Dates.minute Dates.nanosecond Dates.year Dates.hour Dates.month Dates.quarterˣ Dates.yearmonth Dates.microsecond Dates.monthabbr Dates.second Dates.yearmonthday Dates.millisecond Dates.monthday Dates.week Adjusting Dates.firstdayofmonth Dates.lastdayofmonth Dates.tofirst Dates.firstdayofquarter Dates.lastdayofquarter Dates.tolast Dates.firstdayofweek Dates.lastdayofweek Dates.tonext Dates.firstdayofyear Dates.lastdayofyear Dates.toprev Epoch & TimeZones Dates.date2epochdaysˣ Dates.datetime2unix Dates.rata2datetime Dates.datetime2epochmsˣ Dates.epochdays2dateˣ Dates.unix2datetime Dates.datetime2julian Dates.epochms2datetimeˣ Dates.datetime2rata Dates.julian2datetime Formatters Dates.formatˣ Query Dates.dayabbr Dates.dayofweek Dates.daysinyear Dates.dayname Dates.dayofweekofmonth Dates.daysofweekinmonth Dates.dayofmonth Dates.dayofyear Dates.monthname Dates.dayofquarter Dates.daysinmonth Dates.quarterofyear Rounding Dates.floorceilˣ ceil floor round trunc True/False Dates.isleapyear in isa isfinite Others Dates.canonicalize display mod show zero Dates.defaultˣ dump objectid sign Dates.now eps one string Dates.parse_componentsˣ gcd parse summary Dates.periodsˣ gcdx print time Dates.today getfield println timedwait Dates.tryparsenext_coreˣ getproperty printstyled typeassert Dates.tryparsenext_internalˣ identity redisplay typeof Dates.validargsˣ lcm rem typemax Dates.valueˣ length repr typemin Types ≡≡≡≡≡≡≡ DataType Dates.Hour Dates.Second Dates.AbstractDateTokenˣ Dates.Instantˣ Dates.Time Dates.CompoundPeriodˣ Dates.Microsecond Dates.TimePeriod Dates.Date Dates.Millisecond Dates.TimeType Dates.DateFormat Dates.Minute Dates.TimeZone Dates.DateLocaleˣ Dates.Month Dates.UTC Dates.DatePeriod Dates.Nanosecond Dates.UTInstantˣ Dates.DateTime Dates.Period Dates.Week Dates.Day Dates.Quarter Dates.Year Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== * - == ÷ ∋ ≡ ≤ === != % + / => ∈ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH LOAD_PATH VERSION Macros ≡≡≡≡≡≡≡≡ @__MODULE__ @assert @doc @eval @time_imports Methods ≡≡≡≡≡≡≡≡≡ True/False __precompile__ isa isconst isdefined Others compilecacheˣ identify_packageˣ names repr display identity objectid requireˣ dump include_string parentmodule setglobal! edit includeˣ pathof show eval load_pathˣ pkgdir string fullname locate_packageˣ pkgversion summary get_extensionˣ methods print typeassert getglobal methodswith println typeof getproperty modulerootˣ printstyled varinfo identify_package_envˣ nameof redisplay which Types ≡≡≡≡≡≡≡ DataType Module Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @assert @doc @r_str @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Match eachmatch match Search & Find count findall findfirst findlast findnext findprev True/False endswith ifelse isa isbits occursin Others apropos identity print repr typeassert display keys println show typeof dump notnothingˣ printstyled string getfield objectid propertynames summary getproperty popdisplay redisplay summarysizeˣ Types ≡≡≡≡≡≡≡ AbstractMatch AbstractPattern DataType Regex RegexMatch Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== * == => ^ ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @MIME_str @cfunction @info @s_str @NamedTuple @code_llvm @int128_str @show @__DIR__ @code_lowered @invoke @showtime @__FILE__ @code_native @invokelatest @simd @__LINE__ @code_typed @irrationalˣ @something @__MODULE__ @code_warntype @isdefined @specialize @__doc__ˣ @cmd @kwdef @static @__dot__ @coalesce @label @sync @_inline_metaˣ @constpropˣ @lazy_str @task @_noinline_metaˣ @debug @less @text_str @allocated @deprecate @localsˣ @time @allocations @doc @lock @timed @assert @elapsed @lock_nofailˣ @timev @assume_effectsˣ @edit @macroexpand @uint128_str @async @enum @macroexpand1 @v_str @atomic @eval @noinline @view @atomicreplace @evalpoly @nospecialize @views @atomicswap @fastmath @polly @warn @b_str @gensym @propagate_inboundsˣ @which @big_str @goto @pureˣ Meta.@dump @boundscheck @html_str @r_str Meta.@lowerˣ @ccall @inbounds @raw_str Methods ≡≡≡≡≡≡≡≡≡ True/False is_exprˣ isoperatorˣ println show isbinaryoperatorˣ ispostfixoperatorˣ recursive_dotcalls!ˣ isexprˣ isunaryoperatorˣ replace_ref_begin_end!ˣ isidentifierˣ print repr Others Meta.lowerˣ Meta.replace_sourceloc! eval Meta.parseˣ Meta.show_sexpr gensym Meta.partially_inline!ˣ ccall_macro_parseˣ macroexpand Meta.quot esc Types ≡≡≡≡≡≡≡ DataType Expr Meta.ParseErrorˣ QuoteNode Symbol Operators ≡≡≡≡≡≡≡≡≡≡≡ : Methods ≡≡≡≡≡≡≡≡≡ True/False isbinaryoperatorˣ isoperatorˣ isunaryoperatorˣ isidentifierˣ ispostfixoperatorˣ Others accumulate mapfoldl mergewith reduce_firstˣ cmp mapfoldr operator_associativityˣ splat foldl mapreduce operator_precedenceˣ foldr mapreduce_emptyˣ reduce identity mapreduce_firstˣ reduce_emptyˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - < == >= ^ ∉ √ ≈ ≢ ⊇ ⊋ <: != ' / <: => >> ~ ∋ ∛ ≉ ≤ ⊈ ⊻ === !== * // << > >>> ÷ ∌ ∩ ≠ ≥ ⊉ ⊼ % + : <= >: \ ∈ ∘ ∪ ≡ ⊆ ⊊ ⊽ Methods ≡≡≡≡≡≡≡≡≡ True/False isbinaryoperatorˣ isoperatorˣ isunaryoperatorˣ isidentifierˣ ispostfixoperatorˣ Others accumulate mapfoldl mergewith reduce_firstˣ cmp mapfoldr operator_associativityˣ splat foldl mapreduce operator_precedenceˣ foldr mapreduce_emptyˣ reduce identity mapreduce_firstˣ reduce_emptyˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - < == >= ^ ∉ √ ≈ ≢ ⊇ ⊋ <: != ' / <: => >> ~ ∋ ∛ ≉ ≤ ⊈ ⊻ === !== * // << > >>> ÷ ∌ ∩ ≠ ≥ ⊉ ⊼ % + : <= >: \ ∈ ∘ ∪ ≡ ⊆ ⊊ ⊽ Constants ≡≡≡≡≡≡≡≡≡≡≡ Bottomˣ Vararg Macros ≡≡≡≡≡≡≡≡ @MIME_str @atomic @atomicswap @kwdef @showtime @assert @atomicreplace @doc @show Methods ≡≡≡≡≡≡≡≡≡ In-Place modifyfield! replacefield! setfield! swapfield! modifyproperty! replaceproperty! setproperty! swapproperty! Field fieldcount fieldname fieldoffset fieldtypes fieldindexˣ fieldnames fieldtype True/False datatype_haspaddingˣ hasmethod isbitsunionˣ isprimitivetype datatype_pointerfreeˣ hastypemaxˣ isconcretetype issingletontypeˣ has_bottom_parameterˣ isa isdispatchtuple isstructtype hasfastinˣ isabstracttype isiterableˣ isvalid hasfield isbitstype ismutabletype Type-Conversion big complex trunc unsafe_convertˣ cconvertˣ convert typeintersect unsafe_trunc ceil float typejoin widen Type-Promotion promote_opˣ promote_rule promote_type promote_typejoinˣ Others bitsunionsizeˣ floatmin print_statement_costsˣ typeof bodyfunctionˣ floor println typemax clamp getfield printstyled typemin code_ircode_by_typeˣ getindex real which code_ircodeˣ getproperty redisplay zero code_lowered identity reinterpret code_typed instances rem code_typed_by_typeˣ keytype repr collect maxintfloat round complex methods rounding convert methodswith setprecision datatype_alignmentˣ nameof show datatype_fielddesc_typeˣ nfields showable datatype_nfieldsˣ nonmissingtype sizeof display objectid stack dump one string eps ones subtypes elsizeˣ oneunit supertype eltype paddingˣ supertypes exponent_maxˣ parse summary exponent_raw_maxˣ precision summarysizeˣ floatmax print typeassert Types ≡≡≡≡≡≡≡ AbstractArray CyclePaddingˣ PermutedDimsArray AbstractChannel DenseMatrix Ptr AbstractChar DenseVecOrMat QuoteNode AbstractDict DataType RangeStepStyleˣ AbstractDisplay DenseArray Rational AbstractFloat DenseVector RawFD AbstractIrrational Dict ReadOnlyMemoryError AbstractLockˣ DimensionMismatch Real AbstractMatch Dims ReentrantLock AbstractPattern DivideError Ref AbstractPipeˣ DomainError Regex AbstractSet EOFError RegexMatch AbstractSlices Enum Returns AbstractString EnvDictˣ RoundingMode AbstractUnitRange ErrorException RowSlices AbstractVecOrMat Eventˣ ScalarIndexˣ AbstractVector ExponentialBackOff SecretBufferˣ AlwaysLockedSTˣ Expr Semaphoreˣ Any FilteringRFˣ Set AnyDictˣ Fix1ˣ Signed Array Fix2ˣ Slices ArgumentError FlatteningRFˣ Sliceˣ AssertionError Float16 Some AsyncCollectorˣ Float32 SpawnIOsˣ AsyncConditionˣ Float64 Splatˣ AsyncGeneratorˣ Function StackOverflowError BigFloat Generatorˣ StepRange BigInt GenericConditionˣ StepRangeLen BitArray HTML StridedArray BitMatrix IOBuffer StridedMatrix BitSet IOContext StridedVecOrMat BitVector IOStream StridedVector Bitsˣ IdDict String Bool IdentityUnitRangeˣ StringIndexError BoundsError ImmutableDictˣ SubArray BottomRFˣ IndexCartesian SubString CFunctionˣ InexactError SubstitutionString CartesianIndex InitError Symbol CartesianIndices Int SystemError Cchar Int128 TaskFailedException Char Int16 Task Cdouble Int32 Text Cfloat Int64 TextDisplay Channel Int8 ThreadSynchronizerˣ Cint Integer Timer Cintmax_t IteratorEltypeˣ Tuple Clong IteratorSizeˣ TwicePrecisionˣ Clonglong InterConditionalˣ Type Cmd InterruptException TypeError Cmode_tˣ LLVMPtrˣ TypeofBottomˣ CodeUnitsˣ LibuvServerˣ UInt Colon LibuvStreamˣ UInt128 ColumnSlices LinRange UInt16 Complex LinearIndices UInt32 ComplexF16 LoadError UInt64 ComplexF32 LogicalIndexˣ UInt8 ComplexF64 MIME UUIDˣ ComposedFunction MappingRFˣ UndefInitializer CompositeException Matrix UndefKeywordError Condition MethodError UndefRefError Cptrdiff_t Missing UndefVarError Cshort MissingException Union Csize_t Module UnionAll Cssize_t NTuple UnitRange Cstring NamedTuple Unsigned Cuchar Nothing Val Cuint Number VecElement Cuintmax_t OS_HANDLEˣ VecOrMat Culong OneToˣ Vector Culonglong OrdinalRange VerTupleˣ Cushort OutOfMemoryError VersionNumber Cvoid OverflowError WeakKeyDict Cwchar_t Pair WrappedExceptionˣ Cwstring PartialQuickSort text_colorsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== <: == => >: ≠ ≡ ≢ <: === Constants ≡≡≡≡≡≡≡≡≡≡≡ Bottomˣ Vararg Macros ≡≡≡≡≡≡≡≡ @MIME_str @atomic @atomicswap @kwdef @showtime @assert @atomicreplace @doc @show Methods ≡≡≡≡≡≡≡≡≡ In-Place modifyfield! replacefield! setfield! swapfield! modifyproperty! replaceproperty! setproperty! swapproperty! Field fieldcount fieldname fieldoffset fieldtypes fieldindexˣ fieldnames fieldtype True/False datatype_haspaddingˣ hasmethod isbitsunionˣ isprimitivetype datatype_pointerfreeˣ hastypemaxˣ isconcretetype issingletontypeˣ has_bottom_parameterˣ isa isdispatchtuple isstructtype hasfastinˣ isabstracttype isiterableˣ isvalid hasfield isbitstype ismutabletype Type-Conversion big complex trunc unsafe_convertˣ cconvertˣ convert typeintersect unsafe_trunc ceil float typejoin widen Type-Promotion promote_opˣ promote_rule promote_type promote_typejoinˣ Others bitsunionsizeˣ floatmin print_statement_costsˣ typeof bodyfunctionˣ floor println typemax clamp getfield printstyled typemin code_ircode_by_typeˣ getindex real which code_ircodeˣ getproperty redisplay zero code_lowered identity reinterpret code_typed instances rem code_typed_by_typeˣ keytype repr collect maxintfloat round complex methods rounding convert methodswith setprecision datatype_alignmentˣ nameof show datatype_fielddesc_typeˣ nfields showable datatype_nfieldsˣ nonmissingtype sizeof display objectid stack dump one string eps ones subtypes elsizeˣ oneunit supertype eltype paddingˣ supertypes exponent_maxˣ parse summary exponent_raw_maxˣ precision summarysizeˣ floatmax print typeassert Types ≡≡≡≡≡≡≡ AbstractArray CyclePaddingˣ PermutedDimsArray AbstractChannel DenseMatrix Ptr AbstractChar DenseVecOrMat QuoteNode AbstractDict DataType RangeStepStyleˣ AbstractDisplay DenseArray Rational AbstractFloat DenseVector RawFD AbstractIrrational Dict ReadOnlyMemoryError AbstractLockˣ DimensionMismatch Real AbstractMatch Dims ReentrantLock AbstractPattern DivideError Ref AbstractPipeˣ DomainError Regex AbstractSet EOFError RegexMatch AbstractSlices Enum Returns AbstractString EnvDictˣ RoundingMode AbstractUnitRange ErrorException RowSlices AbstractVecOrMat Eventˣ ScalarIndexˣ AbstractVector ExponentialBackOff SecretBufferˣ AlwaysLockedSTˣ Expr Semaphoreˣ Any FilteringRFˣ Set AnyDictˣ Fix1ˣ Signed Array Fix2ˣ Slices ArgumentError FlatteningRFˣ Sliceˣ AssertionError Float16 Some AsyncCollectorˣ Float32 SpawnIOsˣ AsyncConditionˣ Float64 Splatˣ AsyncGeneratorˣ Function StackOverflowError BigFloat Generatorˣ StepRange BigInt GenericConditionˣ StepRangeLen BitArray HTML StridedArray BitMatrix IOBuffer StridedMatrix BitSet IOContext StridedVecOrMat BitVector IOStream StridedVector Bitsˣ IdDict String Bool IdentityUnitRangeˣ StringIndexError BoundsError ImmutableDictˣ SubArray BottomRFˣ IndexCartesian SubString CFunctionˣ InexactError SubstitutionString CartesianIndex InitError Symbol CartesianIndices Int SystemError Cchar Int128 TaskFailedException Char Int16 Task Cdouble Int32 Text Cfloat Int64 TextDisplay Channel Int8 ThreadSynchronizerˣ Cint Integer Timer Cintmax_t IteratorEltypeˣ Tuple Clong IteratorSizeˣ TwicePrecisionˣ Clonglong InterConditionalˣ Type Cmd InterruptException TypeError Cmode_tˣ LLVMPtrˣ TypeofBottomˣ CodeUnitsˣ LibuvServerˣ UInt Colon LibuvStreamˣ UInt128 ColumnSlices LinRange UInt16 Complex LinearIndices UInt32 ComplexF16 LoadError UInt64 ComplexF32 LogicalIndexˣ UInt8 ComplexF64 MIME UUIDˣ ComposedFunction MappingRFˣ UndefInitializer CompositeException Matrix UndefKeywordError Condition MethodError UndefRefError Cptrdiff_t Missing UndefVarError Cshort MissingException Union Csize_t Module UnionAll Cssize_t NTuple UnitRange Cstring NamedTuple Unsigned Cuchar Nothing Val Cuint Number VecElement Cuintmax_t OS_HANDLEˣ VecOrMat Culong OneToˣ Vector Culonglong OrdinalRange VerTupleˣ Cushort OutOfMemoryError VersionNumber Cvoid OverflowError WeakKeyDict Cwchar_t Pair WrappedExceptionˣ Cwstring PartialQuickSort text_colorsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== <: == => >: ≠ ≡ ≢ <: === Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown Dates.Friday Dates.November RoundFromZero Dates.ISODateFormat Dates.Oct RoundNearest Dates.ISODateTimeFormat Dates.October RoundNearestTiesAway Dates.ISOTimeFormat Dates.RFC1123Format RoundNearestTiesUp Dates.Jan Dates.Sat RoundToZero Dates.January Dates.Saturday RoundUp Dates.Jul Dates.Sep Dates.Apr Dates.July Dates.September Dates.April Dates.Jun Dates.Sun Dates.Aug Dates.June Dates.Sunday Dates.August Dates.Mar Dates.Thu Dates.Dec Dates.March Dates.Thursday Dates.December Dates.May Dates.Tue Dates.Feb Dates.Mon Dates.Tuesday Dates.February Dates.Monday Dates.Wed Dates.Fri Dates.Nov Dates.Wednesday Macros ≡≡≡≡≡≡≡≡ Dates.@dateformat_str @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Accessor Dates.day Dates.minute Dates.nanosecond Dates.year Dates.hour Dates.month Dates.quarterˣ Dates.yearmonth Dates.microsecond Dates.monthabbr Dates.second Dates.yearmonthday Dates.millisecond Dates.monthday Dates.week Adjusting Dates.firstdayofmonth Dates.lastdayofmonth Dates.tofirst Dates.firstdayofquarter Dates.lastdayofquarter Dates.tolast Dates.firstdayofweek Dates.lastdayofweek Dates.tonext Dates.firstdayofyear Dates.lastdayofyear Dates.toprev Epoch & TimeZones Dates.date2epochdaysˣ Dates.datetime2unix Dates.rata2datetime Dates.datetime2epochmsˣ Dates.epochdays2dateˣ Dates.unix2datetime Dates.datetime2julian Dates.epochms2datetimeˣ Dates.datetime2rata Dates.julian2datetime Formatters Dates.formatˣ Query Dates.dayabbr Dates.dayofweek Dates.daysinyear Dates.dayname Dates.dayofweekofmonth Dates.daysofweekinmonth Dates.dayofmonth Dates.dayofyear Dates.monthname Dates.dayofquarter Dates.daysinmonth Dates.quarterofyear Rounding Dates.floorceilˣ ceil floor round trunc True/False Dates.isleapyear in isa isfinite Others Dates.canonicalize display mod show zero Dates.defaultˣ dump objectid sign Dates.now eps one string Dates.parse_componentsˣ gcd parse summary Dates.periodsˣ gcdx print time Dates.today getfield println timedwait Dates.tryparsenext_coreˣ getproperty printstyled typeassert Dates.tryparsenext_internalˣ identity redisplay typeof Dates.validargsˣ lcm rem typemax Dates.valueˣ length repr typemin Types ≡≡≡≡≡≡≡ DataType Dates.Hour Dates.Second Dates.AbstractDateTokenˣ Dates.Instantˣ Dates.Time Dates.CompoundPeriodˣ Dates.Microsecond Dates.TimePeriod Dates.Date Dates.Millisecond Dates.TimeType Dates.DateFormat Dates.Minute Dates.TimeZone Dates.DateLocaleˣ Dates.Month Dates.UTC Dates.DatePeriod Dates.Nanosecond Dates.UTInstantˣ Dates.DateTime Dates.Period Dates.Week Dates.Day Dates.Quarter Dates.Year Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== * - == ÷ ∋ ≡ ≤ === != % + / => ∈ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown Dates.Friday Dates.November RoundFromZero Dates.ISODateFormat Dates.Oct RoundNearest Dates.ISODateTimeFormat Dates.October RoundNearestTiesAway Dates.ISOTimeFormat Dates.RFC1123Format RoundNearestTiesUp Dates.Jan Dates.Sat RoundToZero Dates.January Dates.Saturday RoundUp Dates.Jul Dates.Sep Dates.Apr Dates.July Dates.September Dates.April Dates.Jun Dates.Sun Dates.Aug Dates.June Dates.Sunday Dates.August Dates.Mar Dates.Thu Dates.Dec Dates.March Dates.Thursday Dates.December Dates.May Dates.Tue Dates.Feb Dates.Mon Dates.Tuesday Dates.February Dates.Monday Dates.Wed Dates.Fri Dates.Nov Dates.Wednesday Macros ≡≡≡≡≡≡≡≡ Dates.@dateformat_str @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Accessor Dates.day Dates.minute Dates.nanosecond Dates.year Dates.hour Dates.month Dates.quarterˣ Dates.yearmonth Dates.microsecond Dates.monthabbr Dates.second Dates.yearmonthday Dates.millisecond Dates.monthday Dates.week Adjusting Dates.firstdayofmonth Dates.lastdayofmonth Dates.tofirst Dates.firstdayofquarter Dates.lastdayofquarter Dates.tolast Dates.firstdayofweek Dates.lastdayofweek Dates.tonext Dates.firstdayofyear Dates.lastdayofyear Dates.toprev Epoch & TimeZones Dates.date2epochdaysˣ Dates.datetime2unix Dates.rata2datetime Dates.datetime2epochmsˣ Dates.epochdays2dateˣ Dates.unix2datetime Dates.datetime2julian Dates.epochms2datetimeˣ Dates.datetime2rata Dates.julian2datetime Formatters Dates.formatˣ Query Dates.dayabbr Dates.dayofweek Dates.daysinyear Dates.dayname Dates.dayofweekofmonth Dates.daysofweekinmonth Dates.dayofmonth Dates.dayofyear Dates.monthname Dates.dayofquarter Dates.daysinmonth Dates.quarterofyear Rounding Dates.floorceilˣ ceil floor round trunc True/False Dates.isleapyear in isa isfinite Others Dates.canonicalize display mod show zero Dates.defaultˣ dump objectid sign Dates.now eps one string Dates.parse_componentsˣ gcd parse summary Dates.periodsˣ gcdx print time Dates.today getfield println timedwait Dates.tryparsenext_coreˣ getproperty printstyled typeassert Dates.tryparsenext_internalˣ identity redisplay typeof Dates.validargsˣ lcm rem typemax Dates.valueˣ length repr typemin Types ≡≡≡≡≡≡≡ DataType Dates.Hour Dates.Second Dates.AbstractDateTokenˣ Dates.Instantˣ Dates.Time Dates.CompoundPeriodˣ Dates.Microsecond Dates.TimePeriod Dates.Date Dates.Millisecond Dates.TimeType Dates.DateFormat Dates.Minute Dates.TimeZone Dates.DateLocaleˣ Dates.Month Dates.UTC Dates.DatePeriod Dates.Nanosecond Dates.UTInstantˣ Dates.DateTime Dates.Period Dates.Week Dates.Day Dates.Quarter Dates.Year Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== * - == ÷ ∋ ≡ ≤ === != % + / => ∈ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH LOAD_PATH VERSION Macros ≡≡≡≡≡≡≡≡ @__MODULE__ @assert @doc @eval @time_imports Methods ≡≡≡≡≡≡≡≡≡ True/False __precompile__ isa isconst isdefined Others compilecacheˣ identify_packageˣ names repr display identity objectid requireˣ dump include_string parentmodule setglobal! edit includeˣ pathof show eval load_pathˣ pkgdir string fullname locate_packageˣ pkgversion summary get_extensionˣ methods print typeassert getglobal methodswith println typeof getproperty modulerootˣ printstyled varinfo identify_package_envˣ nameof redisplay which Types ≡≡≡≡≡≡≡ DataType Module Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≠ ≡ ≢ === Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH LOAD_PATH VERSION Macros ≡≡≡≡≡≡≡≡ @__MODULE__ @assert @doc @eval @time_imports Methods ≡≡≡≡≡≡≡≡≡ True/False __precompile__ isa isconst isdefined Others compilecacheˣ identify_packageˣ names repr display identity objectid requireˣ dump include_string parentmodule setglobal! edit includeˣ pathof show eval load_pathˣ pkgdir string fullname locate_packageˣ pkgversion summary get_extensionˣ methods print typeassert getglobal methodswith println typeof getproperty modulerootˣ printstyled varinfo identify_package_envˣ nameof redisplay which Types ≡≡≡≡≡≡≡ DataType Module Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @assert @doc @r_str @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Match eachmatch match Search & Find count findall findfirst findlast findnext findprev True/False endswith ifelse isa isbits occursin Others apropos identity print repr typeassert display keys println show typeof dump notnothingˣ printstyled string getfield objectid propertynames summary getproperty popdisplay redisplay summarysizeˣ Types ≡≡≡≡≡≡≡ AbstractMatch AbstractPattern DataType Regex RegexMatch Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== * == => ^ ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @assert @doc @r_str @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Match eachmatch match Search & Find count findall findfirst findlast findnext findprev True/False endswith ifelse isa isbits occursin Others apropos identity print repr typeassert display keys println show typeof dump notnothingˣ printstyled string getfield objectid propertynames summary getproperty popdisplay redisplay summarysizeˣ Types ≡≡≡≡≡≡≡ AbstractMatch AbstractPattern DataType Regex RegexMatch Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== * == => ^ ≠ ≡ ≢ === Methods ≡≡≡≡≡≡≡≡≡ True/False isbinaryoperatorˣ isoperatorˣ isunaryoperatorˣ isidentifierˣ ispostfixoperatorˣ Others accumulate mapfoldl mergewith reduce_firstˣ cmp mapfoldr operator_associativityˣ splat foldl mapreduce operator_precedenceˣ foldr mapreduce_emptyˣ reduce identity mapreduce_firstˣ reduce_emptyˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - < == >= ^ ∉ √ ≈ ≢ ⊇ ⊋ <: != ' / <: => >> ~ ∋ ∛ ≉ ≤ ⊈ ⊻ === !== * // << > >>> ÷ ∌ ∩ ≠ ≥ ⊉ ⊼ % + : <= >: \ ∈ ∘ ∪ ≡ ⊆ ⊊ ⊽ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @int128_str @showtime @big_str @enum @fastmath @show @uint128_str Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication binomial divrem fld1 gcd kron mod2pi rem2pi canonicalize2ˣ evalpoly fldmod gcdx lcm muladd widemul cld factorial fldmod1 inv mod nextprod div fld fma invmod mod1 rem Absolute Value, Min/Max & Sign abs cmp flipsign min sign uabsˣ abs2 copysign max minmax signbit Bitwise nand nor xor Logs, Powers & Roots cbrt exp2 hypot log log2 prevpow exp expm1 isqrt log10 powermod sqrt exp10 exponent ldexp log1p nextpow Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False hastypemaxˣ isbits isgreaterˣ ismutable ispow2 ifelse isequal isinf isnan isreal isa iseven isinteger isodd isunordered isapprox isfinite isless isone iszero Type-Conversion big collect convert oftype signed unsafe_convertˣ widen cconvertˣ complex float promote string unsigned Others bitreverse display ndigits0zˣ repr trailing_zeros bitrotate dump one show typeassert bitstring identity oneunit sizeof typeof bswap leading_ones print splitprecˣ typemax count_ones leading_zeros println summary typemin count_zeros maxintfloat printstyled summarysizeˣ zero digits ndigits redisplay trailing_ones Types ≡≡≡≡≡≡≡ BigInt Cptrdiff_t Culonglong Int32 Ref UInt64 Bool Cshort Cushort Int64 RoundingMode UInt8 Cint Csize_t DataType Int8 Signed UUIDˣ Cintmax_t Cssize_t Enum Integer UInt Unsigned Clong Cuint Int Number UInt128 VIntˣ Clonglong Cuintmax_t Int128 Pair UInt16 Cmode_tˣ Culong Int16 Real UInt32 Operators ≡≡≡≡≡≡≡≡≡≡≡ ! & - << > ^ ∉ ∛ ≉ ≤ ⊈ ⊻ != ' / <= >= ~ ∋ ∩ ≠ ≥ ⊉ ⊼ !== * // == >> ÷ ∌ ∪ ≡ ⊆ ⊊ ⊽ % + < => >>> ∈ √ ≈ ≢ ⊇ ⊋ === Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.PositionCounterˣ Unicode.isassignedˣ Printf.@sprintf Printf.Specˣ Unicode.julia_chartransformˣ Printf.Formatˣ Printf.formatˣ Statistics.clampcorˣ Printf.Pointerˣ Printf.tofloatˣ Statistics.middle Constants ≡≡≡≡≡≡≡≡≡≡≡ Inf Inf64 NaN32 RoundFromZero RoundNearestTiesUp Inf16 NaN NaN64 RoundNearest RoundToZero Inf32 NaN16 RoundDown RoundNearestTiesAway RoundUp Macros ≡≡≡≡≡≡≡≡ @assert @doc @fastmath @show @big_str @evalpoly @irrationalˣ @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication add12ˣ div12ˣ fld1 fma mod muladd widemul canonicalize2ˣ divrem fldmod frexp mod1 nextprod cld evalpoly fldmod1 inv mod2pi rem div fld fldmod1 kron mul12ˣ rem2pi Absolute Value, Min/Max & Sign abs cmp flipsign min sign significand abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log log1p nextpow sqrt exp exp2 exponent ldexp log10 log2 prevpow Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False get_zero_subnormals isbits isinf isodd isunordered hastypemaxˣ isequal isinteger isone iszero ifelse iseven isless ispow2 isa isfinite ismutable isreal isapprox isgreaterˣ isnan issubnormal Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others bitstring identity prevfloat setprecision summarysizeˣ bswap maxintfloat print setrounding typeassert display modf println show typeof dump nextfloat printstyled sizeof typemax eps one redisplay splitbitsˣ typemin floatmax oneunit repr splitprecˣ zero floatmin precision set_zero_subnormals summary Types ≡≡≡≡≡≡≡ AbstractFloat Cfloat Float16 Number Ref BigFloat DataType Float32 Pair RoundingMode Cdouble ExponentialBackOff Float64 Real TwicePrecisionˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + < => \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === != ' - <= > ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ !== * / == >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.PositionCounterˣ Statistics.clampcorˣ Printf.@sprintf Printf.Specˣ Statistics.middle Printf.Formatˣ Printf.formatˣ Printf.Pointerˣ Printf.tofloatˣ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero im Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication canonicalize2ˣ evalpoly inv kron muladd widemul Absolute Value, Min/Max & Sign abs abs2 adjoint conj sign Logs, Powers & Roots exp exp10 exp2 expm1 hypot log log10 log1p log2 sqrt Rouding clamp round Trigonometric & Hyperbolic acos acsch asind cispi cot deg2rad sinc sinpi acot angle asinh cos cotd rad2deg sincos tan acotd asec atan cosc coth sec sincosd tand acoth asecd atand cosd csc secd sincospi tanh acsc asech atanh cosh cscd sech sind acscd asin cis cospi csch sin sinh True/False hasproperty isbits isfinite isless isone iszero ifelse isdefined isgreaterˣ ismutable ispow2 isa isequal isinf isnan isreal isapprox iseven isinteger isodd isunordered Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others bswap imag print redisplay summary display identity println reim summarysizeˣ dump nfields printstyled repr typeassert getfield one propertynames show typeof getproperty oneunit real sizeof zero Types ≡≡≡≡≡≡≡ Complex ComplexF32 DataType Pair RoundingMode ComplexF16 ComplexF64 Number Ref Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + == ^ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ != ' - => ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === !== * / \ ∉ √ ∪ ≠ ≤ ⊇ ⊊ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Pointerˣ Printf.formatˣ Printf.@sprintf Printf.PositionCounterˣ Printf.tofloatˣ Printf.Formatˣ Printf.Specˣ Statistics.middle Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp RoundFromZero RoundNearestTiesAway RoundToZero Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication canonicalize2ˣ divrem fld1 fma inv mod nextprod cld evalpoly fldmod gcd kron mod1 rem div fld fldmod1 gcdx lcm muladd widemul Absolute Value, Min/Max & Sign abs cmp flipsign min sign abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log10 log2 prevpow exp exp2 exponent log log1p nextpow sqrt Rouding ceil clamp floor round trunc unsafe_trunc Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False hasproperty isbits isfinite isless isone iszero ifelse isdefined isgreaterˣ ismutable ispow2 isa isequal isinf isnan isreal isapprox iseven isinteger isodd isunordered Type-Conversion big collect convert oftype string widen cconvertˣ complex float promote unsafe_convertˣ Others denominator identity oneunit redisplay summarysizeˣ zero display modf print repr typeassert dump nfields println show typeof getfield numerator printstyled sizeof typemax getproperty one propertynames summary typemin Types ≡≡≡≡≡≡≡ DataType Number Pair Rational Real Ref RoundingMode Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % - << => >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ != * / <= > \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === !== + < == >= ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.PositionCounterˣ Statistics.clampcorˣ Printf.@sprintf Printf.Specˣ Statistics.middle Printf.Formatˣ Printf.formatˣ Printf.Pointerˣ Printf.tofloatˣ Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown RoundNearest RoundNearestTiesUp RoundUp π RoundFromZero RoundNearestTiesAway RoundToZero pi ℯ Macros ≡≡≡≡≡≡≡≡ @assert @doc @evalpoly @fastmath @irrationalˣ @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Addition, Division & Multiplication add12ˣ div fld fldmod1 kron muladd widemul canonicalize2ˣ divrem fld1 fma mod nextprod cld evalpoly fldmod inv mod1 rem Absolute Value, Min/Max & Sign abs cmp flipsign min sign abs2 copysign max minmax signbit Logs, Powers & Roots cbrt exp10 expm1 hypot log10 log2 prevpow exp exp2 exponent log log1p nextpow sqrt Rouding ceil clamp floor round Trigonometric & Hyperbolic acos acsch asinh cos cotd rad2deg sincos tan acot asec atan cosc coth sec sincosd tand acotd asecd atand cosd csc secd sincospi tanh acoth asech atanh cosh cscd sech sind acsc asin cis cospi csch sin sinh acscd asind cispi cot deg2rad sinc sinpi True/False ifelse isbits isfinite isinteger isnan isreal isapprox isequal isgreaterˣ isless isodd isunordered isa iseven isinf ismutable isone iszero Type-Conversion big collect convert oftype rationalize unsafe_convertˣ cconvertˣ complex float promote string widen Others display modf println repr summary typeof dump one printstyled show summarysizeˣ zero identity print redisplay sizeof typeassert Types ≡≡≡≡≡≡≡ AbstractIrrational Irrational Real Pair DataType Number Ref RoundingMode Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + < => \ ∈ ∌ ∩ ≉ ≢ ⊆ ⊉ === != ' - <= > ^ ∉ √ ∪ ≠ ≤ ⊇ ⊊ !== * / == >= ÷ ∋ ∛ ≈ ≡ ≥ ⊈ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.PositionCounterˣ Statistics.clampcorˣ Printf.@sprintf Printf.Specˣ Statistics.middle Printf.Formatˣ Printf.formatˣ Printf.Pointerˣ Printf.tofloatˣ Macros ≡≡≡≡≡≡≡≡ @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Mathematical canonicalize2ˣ cmp count max min minmax Search & Find findall findfirst findlast findnext findprev True/False ifelse iscntrl isletter isnumeric isspace isxdigit in isdigit islowercase isoverlongˣ isunordered isascii isequal ismalformedˣ isprint isuppercase isbits isless ismutable ispunct isvalid Type-Conversion cconvertˣ convert oftype promote unsafe_convertˣ collect isa parse string Others bitstring join println show titlecase codepoint lowercase printstyled show_invalidˣ typeassert decode_overlongˣ lpad redisplay sizeof typeof display ncodeunits repeat summary uppercase dump only repr summarysizeˣ identity print rpad textwidth Types ≡≡≡≡≡≡≡ AbstractChar Cchar Char Cuchar Cwchar_t DataType Ref Pair Operators ≡≡≡≡≡≡≡≡≡≡≡ ! * < => ^ ∋ ∪ ≢ ⊆ ⊉ === != + <= > ∈ ∌ ≠ ≤ ⊇ ⊊ !== - == >= ∉ ∩ ≡ ≥ ⊈ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Pointerˣ Printf.formatˣ Printf.@sprintf Printf.PositionCounterˣ Unicode.isassignedˣ Printf.Formatˣ Printf.Specˣ Unicode.julia_chartransformˣ Macros ≡≡≡≡≡≡≡≡ @MIME_str @doc @lazy_str @s_str @simd @v_str @assert @html_str @r_str @show @text_str @b_str @int128_str @raw_str @showtime @uint128_str Methods ≡≡≡≡≡≡≡≡≡ Case-Sensitive lowercase lowercasefirst titlecase uppercase uppercasefirst File/url Paths abspath expanduser normpath relpath edit basename fdio open rm cd hardlink read! samefile chmod include_dependency readchomp set_active_projectˣ chown include_string readdir splitdir contractuser includeˣ readeach splitdrive cp joinpath readline splitext dirname less readlines splitpath download mkdir readlink symlink eachline mkpath readuntil touch evalfile mv realpath write Indices eachindex firstindex getindex last nextind thisind first get keys lastindex prevind Loop enumerate foreach pairs zip Mathematical argmax cumprod max minimum setdiff unique argmin extrema maximum minmax symdiff cmp intersect min prod union Reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ mapfoldl mapreduce_emptyˣ reduce Search & Find count eachmatch findall findlast findmin findprev countlines filter findfirst findmax findnext match Splitting & Stripping chomp chopprefix eachsplit rsplit split chop chopsuffix lstrip rstrip strip True/False checkbounds in isdirpath isgreaterˣ isunordered contains isa isdisjoint isless isvalid endswith isabspath isdoneˣ ismutable occursin hasfastinˣ isascii isempty issetequal startswith hastypemaxˣ isbits isequal issubset ifelse isdir isfile istextmime Type-Conversion ascii collect oftype promote tryparse cconvertˣ convert parse string Others broadcast length shell_escape_cshˣ checked_lengthˣ locate_packageˣ shell_escape_posixlyˣ clipboard lpad shell_escape_wincmdˣ codeunit map shell_escapeˣ codeunits objectid show display one showable displayable oneunit sizeof dump only split_restˣ eltype print stack escape_microsoft_c_argsˣ println summary escape_raw_stringˣ printstyled summarysizeˣ escape_string promptˣ textwidth getpassˣ redisplay transcode hex2bytes repeat typeassert identify_package_envˣ replace typeof identify_packageˣ repr typemin identity restˣ unescape_string indentationˣ reverse unindentˣ iterate reverseind view join rpad Types ≡≡≡≡≡≡≡ AbstractString Generatorˣ Ref Text CodeUnitsˣ IteratorEltypeˣ SecretBufferˣ UUIDˣ Cstring IteratorSizeˣ String VersionNumber Cwstring LazyString SubString DataType Pair SubstitutionString Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== < == > ^ ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != * <= => >= ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Base64.base64decode Printf.Formatˣ Printf.formatˣ Base64.stringmime Printf.Pointerˣ Unicode.isequal_normalized Printf.@printf Printf.PositionCounterˣ Unicode.normalizeˣ Printf.@sprintf Printf.Specˣ Statistics.mean! Constants ≡≡≡≡≡≡≡≡≡≡≡ InsertionSort MergeSort QuickSort Macros ≡≡≡≡≡≡≡≡ @assert @boundscheck @show @showtime @simd Methods ≡≡≡≡≡≡≡≡≡ Cocatenation cat stack vcat Constructors range Step & Indices eachindex get keys lastindex step first getindex keytype nextind to_indexˣ firstindex indexin last prevind to_indices Loop enumerate foreach pairs zip Mathematical accumulate cumprod invperm maximum prod union argmax cumsum kron min setdiff unique argmin extrema lcm minimum sum cmp intersect max minmax symdiff Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext Sorting insorted searchsortedfirst sort searchsorted searchsortedlast sortperm True/False checkbounds ifelse isbits isequal isreal checkbounds_indicesˣ in isdefined isgreaterˣ issetequal checkindex isa isdisjoint isless issubset hasfastinˣ isapprox isdoneˣ ismutable isunordered hasproperty isassigned isempty isperm iszero Type-Conversion cconvertˣ complex float promote string collect convert oftype similar Others broadcast getfield objectid redisplay sizeof bytes2hex getproperty only repeat split_restˣ checked_lengthˣ identity pointer replace summary clamp iterate print repr summarysizeˣ display join print_rangeˣ restˣ typeassert dump length println reverse typeof eltype map printstyled show empty nfields propertynames size Types ≡≡≡≡≡≡≡ AbstractRange IteratorEltypeˣ Pair StepRangeLen AbstractUnitRange IteratorSizeˣ PartialQuickSort TwicePrecisionˣ Colon LinRange RangeStepStyleˣ UnitRange DataType LinearIndices Ref Generatorˣ OneToˣ Sliceˣ IdentityUnitRangeˣ OrdinalRange StepRange Operators ≡≡≡≡≡≡≡≡≡≡≡ ! % + : <= > ^ ∉ √ ≈ ≡ ≥ ⊈ ⊋ != ' - < == >= ÷ ∋ ∩ ≉ ≢ ⊆ ⊉ === !== * / << => \ ∈ ∌ ∪ ≠ ≤ ⊇ ⊊ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Specˣ Statistics.quantile Printf.@sprintf Printf.formatˣ Statistics.std Printf.Formatˣ Statistics.mean Statistics.stdm Printf.Pointerˣ Statistics.median Statistics.var Printf.PositionCounterˣ Statistics.middle Statistics.varm Constants ≡≡≡≡≡≡≡≡≡≡≡ Bottomˣ Vararg Macros ≡≡≡≡≡≡≡≡ @MIME_str @atomic @atomicswap @kwdef @showtime @assert @atomicreplace @doc @show Methods ≡≡≡≡≡≡≡≡≡ In-Place modifyfield! replacefield! setfield! swapfield! modifyproperty! replaceproperty! setproperty! swapproperty! Field fieldcount fieldname fieldoffset fieldtypes fieldindexˣ fieldnames fieldtype True/False datatype_haspaddingˣ hasmethod isbitsunionˣ isprimitivetype datatype_pointerfreeˣ hastypemaxˣ isconcretetype issingletontypeˣ has_bottom_parameterˣ isa isdispatchtuple isstructtype hasfastinˣ isabstracttype isiterableˣ isvalid hasfield isbitstype ismutabletype Type-Conversion big complex trunc unsafe_convertˣ cconvertˣ convert typeintersect unsafe_trunc ceil float typejoin widen Type-Promotion promote_opˣ promote_rule promote_type promote_typejoinˣ Others bitsunionsizeˣ floatmin print_statement_costsˣ typeof bodyfunctionˣ floor println typemax clamp getfield printstyled typemin code_ircode_by_typeˣ getindex real which code_ircodeˣ getproperty redisplay zero code_lowered identity reinterpret code_typed instances rem code_typed_by_typeˣ keytype repr collect maxintfloat round complex methods rounding convert methodswith setprecision datatype_alignmentˣ nameof show datatype_fielddesc_typeˣ nfields showable datatype_nfieldsˣ nonmissingtype sizeof display objectid stack dump one string eps ones subtypes elsizeˣ oneunit supertype eltype paddingˣ supertypes exponent_maxˣ parse summary exponent_raw_maxˣ precision summarysizeˣ floatmax print typeassert Types ≡≡≡≡≡≡≡ AbstractArray CyclePaddingˣ PermutedDimsArray AbstractChannel DenseMatrix Ptr AbstractChar DenseVecOrMat QuoteNode AbstractDict DataType RangeStepStyleˣ AbstractDisplay DenseArray Rational AbstractFloat DenseVector RawFD AbstractIrrational Dict ReadOnlyMemoryError AbstractLockˣ DimensionMismatch Real AbstractMatch Dims ReentrantLock AbstractPattern DivideError Ref AbstractPipeˣ DomainError Regex AbstractSet EOFError RegexMatch AbstractSlices Enum Returns AbstractString EnvDictˣ RoundingMode AbstractUnitRange ErrorException RowSlices AbstractVecOrMat Eventˣ ScalarIndexˣ AbstractVector ExponentialBackOff SecretBufferˣ AlwaysLockedSTˣ Expr Semaphoreˣ Any FilteringRFˣ Set AnyDictˣ Fix1ˣ Signed Array Fix2ˣ Slices ArgumentError FlatteningRFˣ Sliceˣ AssertionError Float16 Some AsyncCollectorˣ Float32 SpawnIOsˣ AsyncConditionˣ Float64 Splatˣ AsyncGeneratorˣ Function StackOverflowError BigFloat Generatorˣ StepRange BigInt GenericConditionˣ StepRangeLen BitArray HTML StridedArray BitMatrix IOBuffer StridedMatrix BitSet IOContext StridedVecOrMat BitVector IOStream StridedVector Bitsˣ IdDict String Bool IdentityUnitRangeˣ StringIndexError BoundsError ImmutableDictˣ SubArray BottomRFˣ IndexCartesian SubString CFunctionˣ InexactError SubstitutionString CartesianIndex InitError Symbol CartesianIndices Int SystemError Cchar Int128 TaskFailedException Char Int16 Task Cdouble Int32 Text Cfloat Int64 TextDisplay Channel Int8 ThreadSynchronizerˣ Cint Integer Timer Cintmax_t IteratorEltypeˣ Tuple Clong IteratorSizeˣ TwicePrecisionˣ Clonglong InterConditionalˣ Type Cmd InterruptException TypeError Cmode_tˣ LLVMPtrˣ TypeofBottomˣ CodeUnitsˣ LibuvServerˣ UInt Colon LibuvStreamˣ UInt128 ColumnSlices LinRange UInt16 Complex LinearIndices UInt32 ComplexF16 LoadError UInt64 ComplexF32 LogicalIndexˣ UInt8 ComplexF64 MIME UUIDˣ ComposedFunction MappingRFˣ UndefInitializer CompositeException Matrix UndefKeywordError Condition MethodError UndefRefError Cptrdiff_t Missing UndefVarError Cshort MissingException Union Csize_t Module UnionAll Cssize_t NTuple UnitRange Cstring NamedTuple Unsigned Cuchar Nothing Val Cuint Number VecElement Cuintmax_t OS_HANDLEˣ VecOrMat Culong OneToˣ Vector Culonglong OrdinalRange VerTupleˣ Cushort OutOfMemoryError VersionNumber Cvoid OverflowError WeakKeyDict Cwchar_t Pair WrappedExceptionˣ Cwstring PartialQuickSort text_colorsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== <: == => >: ≠ ≡ ≢ <: === Constants ≡≡≡≡≡≡≡≡≡≡≡ EDITOR_CALLBACKSˣ Macros ≡≡≡≡≡≡≡≡ @__doc__ˣ @assume_effectsˣ @fastmath @nospecialize @cfunction @atomic @generated @polly @code_llvm @atomicreplace @goto @propagate_inboundsˣ @code_lowered @atomicswap @inline @pureˣ @code_native @ccall @invoke @show @code_typed @ccallableˣ @invokelatest @showtime @code_warntype @constpropˣ @label @specialize @functionloc @debug @less @static @__dot__ @deprecate @localsˣ @task @_inline_metaˣ @doc @lock @time @_noinline_metaˣ @edit @lock_nofailˣ @timed @allocated @elapsed @macroexpand @timev @allocations @enum @macroexpand1 @which @assert @eval @noinline Methods ≡≡≡≡≡≡≡≡≡ Introspection code_ircodeˣ code_llvm code_typed which code_lowered code_native code_warntype True/False applicable ifelse isa isambiguousˣ isbits Others accumulate mapfoldr typeof all mapreduce unique any mapreduce_emptyˣ withenv argmax mapreduce_firstˣ argmin mapslices asyncmap maximum atexit may_invoke_generatorˣ atreplinit mergewith backtrace methods broadcast methodswith ccall_macro_parseˣ minimum cd mktemp cmp mktempdir count nameof delete_methodˣ ntuple donotdeleteˣ objectid disable_sigint open display precompile dump print edit print_statement_costsˣ filter println finalizer printstyled findall prod findfirst promote_opˣ findlast redirect_stderr gen_call_with_extracted_types_and_kwargsˣ redirect_stdin findmax redirect_stdio findmin redirect_stdout findnext redisplay findprev reduce foreach reenable_sigint functionloc replace get repr identity retry include_string setprecision includeˣ setrounding invoke show invoke_in_worldˣ showargˣ invokelatest skipchars less splat lock sprint lstrip string macroexpand sum map summary mapfoldl typeassert Types ≡≡≡≡≡≡≡ BottomRFˣ DataType Fix2ˣ Generatorˣ Splatˣ CFunctionˣ FilteringRFˣ FlatteningRFˣ MappingRFˣ Timer ComposedFunction Fix1ˣ Function Returns Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <: => >= ∉ ∌ ≈ ≡ ≤ === != < == > ∈ ∋ ∘ ≠ ≢ ≥ Stdlib ≡≡≡≡≡≡≡≡ Statistics.mean Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @NamedTuple @boundscheck @show @simd @assert @coalesce @showtime @something Methods ≡≡≡≡≡≡≡≡≡ Constructors ntuple tuple Indices eachindex firstindex getindex last nextind setindexˣ first get keys lastindex prevind Loop enumerate foreach pairs zip Mathematical accumulate cumprod invperm min prod symdiff argmax extrema max minimum setdiff union argmin intersect maximum minmax sum unique Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext True/False all hasfastinˣ isbits isequal ismutable issubset allequal ifelse isdisjoint isgreaterˣ isnothing isunordered allunique in isdoneˣ isless isperm any isa isempty ismissing issetequal Type-Conversion cconvertˣ collect convert oftype promote string Others broadcast eltype length redisplay stack bytes2hex empty map replace structdiffˣ checked_lengthˣ frontˣ merge repr summary copy hash objectid restˣ summarysizeˣ copymutableˣ identity only reverse tailˣ deepcopy iterate print show typeassert display join println sizeof typeof dump joinpath printstyled split_restˣ values Types ≡≡≡≡≡≡≡ Cvoid IteratorEltypeˣ NTuple Ref Tuple DataType IteratorSizeˣ NamedTuple Pair VerTupleˣ Generatorˣ Missing Nothing Some Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <= => >= ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != < == > ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Specˣ Statistics.std Printf.@sprintf Printf.formatˣ Statistics.stdm Printf.Formatˣ Statistics.mean Statistics.var Printf.Pointerˣ Statistics.median Statistics.varm Printf.PositionCounterˣ Statistics.quantile Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @assert @coalesce @showtime @something @boundscheck @show @simd Methods ≡≡≡≡≡≡≡≡≡ In-Place copy! empty! intersect! popfirst! replace! sizehint! union! delete! filter! pop! push! setdiff! symdiff! Loop enumerate foreach pairs zip Mathematical accumulate cumsum intersect minimum setdiff symdiff unique cumprod extrema maximum prod sum union Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ mul_prodˣ reduce_emptyˣ foldl mapreduce mapreduce_firstˣ reduce reduce_firstˣ Search & Find count filter True/False all hasproperty isdefined isgreaterˣ issubset allequal ifelse isdisjoint ismissing isunordered allunique in isdoneˣ ismutable promote any isa isempty isnothing hasfastinˣ isbits isequal issetequal Type-Conversion cconvertˣ collect convert oftype string Others broadcast eltype join propertynames stack bytes2hex empty length redisplay summary checked_lengthˣ first nfields replace summarysizeˣ copy getfield objectid repr typeassert copymutableˣ getproperty only restˣ typeof deepcopy hash print show values display identity println sizeof dump iterate printstyled split_restˣ Types ≡≡≡≡≡≡≡ AbstractSet DataType IteratorSizeˣ Ref Some BitSet Generatorˣ Missing Pair Cvoid IteratorEltypeˣ Nothing Set Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== <= => >= ∉ ∌ ∪ ≡ ≤ ⊆ ⊈ ⊊ === != < == > ∈ ∋ ∩ ≠ ≢ ≥ ⊇ ⊉ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Specˣ Statistics.std Printf.@sprintf Printf.formatˣ Statistics.stdm Printf.Formatˣ Statistics.mean Statistics.var Printf.Pointerˣ Statistics.median Statistics.varm Printf.PositionCounterˣ Statistics.quantile Constants ≡≡≡≡≡≡≡≡≡≡≡ missing nothing Macros ≡≡≡≡≡≡≡≡ @assert @coalesce @show @simd @boundscheck @localsˣ @showtime @something Methods ≡≡≡≡≡≡≡≡≡ In-Place delete! filter! map! mergewith! push! sizehint! empty! get! merge! pop! replace! Indices eachindex first get getindex getkey keys keytype Loop enumerate foreach pairs zip Mathematical argmax extrema maximum prod sum union argmin intersect minimum setdiff symdiff unique Missing & Nothing coalesce notnothingˣ something Reduce foldl mapreduce mapreduce_firstˣ reduce_emptyˣ mapfoldl mapreduce_emptyˣ reduce reduce_firstˣ Search & Find filter findall findfirst findmax findmin True/False allequal ifelse isdisjoint ismissing isunordered allunique isa isdoneˣ ismutable promote hasfastinˣ in isempty isnothing haskey isbits isequal issetequal hasproperty isdefined isgreaterˣ issubset Type-Conversion cconvertˣ collect convert oftype string Others checked_lengthˣ hash print sizeof copy identity println split_restˣ copymutableˣ iterate printstyled stack deepcopy join propertynames summary display length recursive_prefs_mergeˣ summarysizeˣ dump merge redisplay typeassert eltype mergewith replace typeof empty nfields repr valtype getfield objectid restˣ values getproperty only show Types ≡≡≡≡≡≡≡ AbstractDict Dict ImmutableDictˣ Nothing Some AnyDictˣ EnvDictˣ IteratorEltypeˣ Ref WeakKeyDict Cvoid Generatorˣ IteratorSizeˣ Pair text_colorsˣ DataType IdDict Missing Pairsˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== => ∉ ∌ ∪ ≡ ⊆ ⊈ ⊊ === != == ∈ ∋ ∩ ≠ ≢ ⊇ ⊉ ⊋ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.Formatˣ Printf.PositionCounterˣ Printf.formatˣ Printf.@sprintf Printf.Pointerˣ Printf.Specˣ Constants ≡≡≡≡≡≡≡≡≡≡≡ InsertionSort Base.MergeSort QuickSort missing nothing undef Macros ≡≡≡≡≡≡≡≡ @assert @boundscheck @inbounds @showtime @something @views @b_str @coalesce @show @simd @view Methods ≡≡≡≡≡≡≡≡≡ Concatenation cat hcat hvcat hvncat stack vcat Constructors falses fill ones repeat similar trues vectˣ zeros Dimension, Size & Indices axes eachslice indexin ndims setindexˣ checked_lengthˣ elsizeˣ keys nextind size dropdims first keytype permutedims sizeof eachindex firstindex last prevind to_indexˣ eachcol get lastindex reverse to_indices eachrow getindex mapslices selectdim In-Place accumulate! count! hex2bytes! permutedims! reverse! all! cumprod! insert! pop! setdiff! any! cumsum! intersect! popat! sizehint! append! delete! invpermute! popfirst! sort! broadcast! deleteat! keepat! prepend! sortperm! circcopy! digits! kron! prod! splice! circshift! empty! map! push! sum! clamp! extrema! maximum! pushfirst! symdiff! conj! fill! minimum! read! union! copy! filter! partialsort! readbytes! unique! copyfirst!ˣ findmax! partialsortperm! replace! unsafe_copyto! copyto! findmin! permute! resize! Loop enumerate foreach pairs zip Mathematical accumulate asecd cos intersect prod sqrt acos asech cosd inv rot180 sum acot asin cosh invperm rotl90 symdiff acotd asind cot kron rotr90 tan acoth asinh coth lcm sec tand acsc atan csc log sech tanh acscd atand csch max setdiff transpose acsch atanh cumprod maximum sin union adjoint canonicalize2ˣ cumsum min sincos unique argmax cis diff minimum sincosd argmin cmp exp minmax sind asec conj extrema muladd sinh Missing & Nothing coalesce notnothingˣ skipmissing something Reduce add_sumˣ mapfoldl mapreduce_emptyˣ reduce foldl mapfoldr mapreduce_firstˣ reduce_emptyˣ foldr mapreduce mul_prodˣ reduce_firstˣ Search & Find count findall findlast findmin findprev filter findfirst findmax findnext Sorting insorted partialsortperm searchsortedfirst sort sortslices partialsort searchsorted searchsortedlast sortperm True/False all hasfastinˣ isdisjoint ismutable issubset allequal ifelse isdoneˣ isnothing isunordered allunique in isempty isone iszero any isa isequal isperm promote checkbounds isapprox isgreaterˣ isreal checkbounds_indicesˣ isassigned isless issetequal has_offset_axesˣ isbits ismissing issorted Type-Conversion cconvertˣ complex float promote string vec collect convert oftype promote_shape transcode Others PipeBuffer length replace_with_centered_markˣ values SecretBuffer!ˣ map repr view alignmentˣ mightaliasˣ require_one_based_indexingˣ zero broadcast objectid reshape bytes2hex only restˣ circshift parent reverseind copy parentindices show copymutableˣ print split_restˣ dataidsˣ print_matrix_rowˣ stride deepcopy print_matrix_vdotsˣ strides display print_matrixˣ summary dump println summarysizeˣ eltype printstyled typeassert empty real typeof hash redisplay unaliascopyˣ identity reim unaliasˣ iterate reinterpret unsafe_wrap join replace valtype Types ≡≡≡≡≡≡≡ AbstractArray ColumnSlices IteratorSizeˣ Slices AbstractMatrix Cvoid LinearIndices Sliceˣ AbstractSlices DataType LogicalIndexˣ Some AbstractVecOrMat DenseArray Matrix StridedArray AbstractVector DenseMatrix Missing StridedMatrix Array DenseVecOrMat Nothing StridedVecOrMat BitArray DenseVector Pair StridedVector BitMatrix Dims PartialQuickSort SubArray BitVector Generatorˣ PermutedDimsArray UndefInitializer Bitsˣ IndexCartesian Ref VecOrMat CartesianIndex IndexLinear ReinterpretArrayˣ Vector CartesianIndices IndexStyle RowSlices Colon IteratorEltypeˣ ScalarIndexˣ Operators ≡≡≡≡≡≡≡≡≡≡≡ ! ' - < == >= \ ∉ √ ≈ ≡ ≥ ⊈ ⊋ != * / << => >> ^ ∋ ∩ ≉ ≢ ⊆ ⊉ === !== + : <= > >>> ∈ ∌ ∪ ≠ ≤ ⊇ ⊊ Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Statistics.cor Statistics.quantile Printf.@sprintf Statistics.cov Statistics.quantile! Printf.Formatˣ Statistics.mean Statistics.std Printf.Pointerˣ Statistics.mean! Statistics.stdm Printf.PositionCounterˣ Statistics.median Statistics.var Printf.Specˣ Statistics.median! Statistics.varm Printf.formatˣ Statistics.middle Methods ≡≡≡≡≡≡≡≡≡ Generating Random.bitrand Random.randexp! Random.rand! Random.randn! Random.randexp Random.rand Random.randn Random.randstring Subsequences, Permutations & Shuffling Random.randcycle Random.randperm Random.randsubseq Random.shuffle Random.randcycle! Random.randperm! Random.randsubseq! Random.shuffle! Others Random.default_rngˣ Random.ltm52ˣ Random.seed!ˣ Types ≡≡≡≡≡≡≡ Random.AbstractRNG Random.SamplerSimpleˣ Random.Samplerˣ Random.MersenneTwister Random.SamplerTrivialˣ Random.TaskLocalRNG Random.RandomDevice Random.SamplerTypeˣ Random.Xoshiro Constants ≡≡≡≡≡≡≡≡≡≡≡ RoundDown Dates.Friday Dates.November RoundFromZero Dates.ISODateFormat Dates.Oct RoundNearest Dates.ISODateTimeFormat Dates.October RoundNearestTiesAway Dates.ISOTimeFormat Dates.RFC1123Format RoundNearestTiesUp Dates.Jan Dates.Sat RoundToZero Dates.January Dates.Saturday RoundUp Dates.Jul Dates.Sep Dates.Apr Dates.July Dates.September Dates.April Dates.Jun Dates.Sun Dates.Aug Dates.June Dates.Sunday Dates.August Dates.Mar Dates.Thu Dates.Dec Dates.March Dates.Thursday Dates.December Dates.May Dates.Tue Dates.Feb Dates.Mon Dates.Tuesday Dates.February Dates.Monday Dates.Wed Dates.Fri Dates.Nov Dates.Wednesday Macros ≡≡≡≡≡≡≡≡ Dates.@dateformat_str @assert @doc @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Accessor Dates.day Dates.minute Dates.nanosecond Dates.year Dates.hour Dates.month Dates.quarterˣ Dates.yearmonth Dates.microsecond Dates.monthabbr Dates.second Dates.yearmonthday Dates.millisecond Dates.monthday Dates.week Adjusting Dates.firstdayofmonth Dates.lastdayofmonth Dates.tofirst Dates.firstdayofquarter Dates.lastdayofquarter Dates.tolast Dates.firstdayofweek Dates.lastdayofweek Dates.tonext Dates.firstdayofyear Dates.lastdayofyear Dates.toprev Epoch & TimeZones Dates.date2epochdaysˣ Dates.datetime2unix Dates.rata2datetime Dates.datetime2epochmsˣ Dates.epochdays2dateˣ Dates.unix2datetime Dates.datetime2julian Dates.epochms2datetimeˣ Dates.datetime2rata Dates.julian2datetime Formatters Dates.formatˣ Query Dates.dayabbr Dates.dayofweek Dates.daysinyear Dates.dayname Dates.dayofweekofmonth Dates.daysofweekinmonth Dates.dayofmonth Dates.dayofyear Dates.monthname Dates.dayofquarter Dates.daysinmonth Dates.quarterofyear Rounding Dates.floorceilˣ ceil floor round trunc True/False Dates.isleapyear in isa isfinite Others Dates.canonicalize display mod show zero Dates.defaultˣ dump objectid sign Dates.now eps one string Dates.parse_componentsˣ gcd parse summary Dates.periodsˣ gcdx print time Dates.today getfield println timedwait Dates.tryparsenext_coreˣ getproperty printstyled typeassert Dates.tryparsenext_internalˣ identity redisplay typeof Dates.validargsˣ lcm rem typemax Dates.valueˣ length repr typemin Types ≡≡≡≡≡≡≡ DataType Dates.Hour Dates.Second Dates.AbstractDateTokenˣ Dates.Instantˣ Dates.Time Dates.CompoundPeriodˣ Dates.Microsecond Dates.TimePeriod Dates.Date Dates.Millisecond Dates.TimeType Dates.DateFormat Dates.Minute Dates.TimeZone Dates.DateLocaleˣ Dates.Month Dates.UTC Dates.DatePeriod Dates.Nanosecond Dates.UTInstantˣ Dates.DateTime Dates.Period Dates.Week Dates.Day Dates.Quarter Dates.Year Operators ≡≡≡≡≡≡≡≡≡≡≡ ! !== * - == ÷ ∋ ≡ ≤ === != % + / => ∈ ≠ ≢ ≥ Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH ENDIAN_BOM devnull stdout DL_LOAD_PATHˣ LOAD_PATH stdin Macros ≡≡≡≡≡≡≡≡ @MIME_str @__FILE__ @assert @show @simd @__DIR__ @__LINE__ @doc @showtime Methods ≡≡≡≡≡≡≡≡≡ Directories cd homedir mkpath mktempdir readdir walkdir dirname mkdir mktemp pwd splitdir File Handling close mv read readline touch cp open readchomp readlines truncate eachline open_flagsˣ readeach readuntil write File Path abspath hardlink readlink splitext active_projectˣ include_dependency realpath splitpath basename include_string relpath symlink contractuser includeˣ rm tempdir edit joinpath samefile tempname evalfile less set_active_projectˣ expanduser normpath splitdrive File/Path Info ctime diskstat lstat mtime stat File Permissions chmod chown filemode filesize gperm uperm IO alignmentˣ getpassˣ redirect_stdio unsafe_write bytes2hex isopen redirect_stdout apropos bytesavailable join reset versioninfo code_llvm print shell_escape_cshˣ code_native print_matrix_rowˣ shell_escape_wincmdˣ code_warntype print_matrix_vdotsˣ show countlines print_matrixˣ showargˣ displaysize print_statement_costsˣ showerror eof println skip escape_string printstyled sprint fd readavailable take! fdio redirect_stderr unescape_string flush redirect_stdin unsafe_read Stream Position mark peek position seek seekend seekstart skipchars unmark True/False __precompile__ isdir ismarked issetgid iswritable isa isdirpath ismount issetuid isabspath isfifo ispath issocket isblockdev isfile isreadable issticky ischardev islink isreadonly istextmime Others PipeBuffer display htol operm pushdisplay repr SecretBuffer!ˣ download hton pipeline read! typeassert closewrite dump ltoh popdisplay readbytes! typeof define_editorˣ enumerate ntoh promptˣ redisplay Types ≡≡≡≡≡≡≡ AbstractDisplay IOBuffer LibuvStreamˣ SecretBufferˣ TextDisplay AbstractPipeˣ IOContext MIME SpawnIOsˣ text_colors DataType IOStream OS_HANDLEˣ StdIOSetˣ HTML LibuvServerˣ RawFD Text Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≡ ≢ === Stdlib ≡≡≡≡≡≡≡≡ Base64.Base64DecodePipe Printf.@printf Printf.PositionCounterˣ Base64.Base64EncodePipe Printf.Formatˣ Printf.Specˣ Base64.base64encode Printf.Pointerˣ Printf.formatˣ Constants ≡≡≡≡≡≡≡≡≡≡≡ DEPOT_PATH LOAD_PATH VERSION Macros ≡≡≡≡≡≡≡≡ @__MODULE__ @assert @doc @eval @time_imports Methods ≡≡≡≡≡≡≡≡≡ True/False __precompile__ isa isconst isdefined Others compilecacheˣ identify_packageˣ names repr display identity objectid requireˣ dump include_string parentmodule setglobal! edit includeˣ pathof show eval load_pathˣ pkgdir string fullname locate_packageˣ pkgversion summary get_extensionˣ methods print typeassert getglobal methodswith println typeof getproperty modulerootˣ printstyled varinfo identify_package_envˣ nameof redisplay which Types ≡≡≡≡≡≡≡ DataType Module Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== == => ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @assert @doc @r_str @show @showtime Methods ≡≡≡≡≡≡≡≡≡ Match eachmatch match Search & Find count findall findfirst findlast findnext findprev True/False endswith ifelse isa isbits occursin Others apropos identity print repr typeassert display keys println show typeof dump notnothingˣ printstyled string getfield objectid propertynames summary getproperty popdisplay redisplay summarysizeˣ Types ≡≡≡≡≡≡≡ AbstractMatch AbstractPattern DataType Regex RegexMatch Operators ≡≡≡≡≡≡≡≡≡≡≡ ! != !== * == => ^ ≠ ≡ ≢ === Macros ≡≡≡≡≡≡≡≡ @MIME_str @cfunction @info @s_str @NamedTuple @code_llvm @int128_str @show @__DIR__ @code_lowered @invoke @showtime @__FILE__ @code_native @invokelatest @simd @__LINE__ @code_typed @irrationalˣ @something @__MODULE__ @code_warntype @isdefined @specialize @__doc__ˣ @cmd @kwdef @static @__dot__ @coalesce @label @sync @_inline_metaˣ @constpropˣ @lazy_str @task @_noinline_metaˣ @debug @less @text_str @allocated @deprecate @localsˣ @time @allocations @doc @lock @timed @assert @elapsed @lock_nofailˣ @timev @assume_effectsˣ @edit @macroexpand @uint128_str @async @enum @macroexpand1 @v_str @atomic @eval @noinline @view @atomicreplace @evalpoly @nospecialize @views @atomicswap @fastmath @polly @warn @b_str @gensym @propagate_inboundsˣ @which @big_str @goto @pureˣ Meta.@dump @boundscheck @html_str @r_str Meta.@lowerˣ @ccall @inbounds @raw_str Methods ≡≡≡≡≡≡≡≡≡ True/False is_exprˣ isoperatorˣ println show isbinaryoperatorˣ ispostfixoperatorˣ recursive_dotcalls!ˣ isexprˣ isunaryoperatorˣ replace_ref_begin_end!ˣ isidentifierˣ print repr Others Meta.lowerˣ Meta.replace_sourceloc! eval Meta.parseˣ Meta.show_sexpr gensym Meta.partially_inline!ˣ ccall_macro_parseˣ macroexpand Meta.quot esc Types ≡≡≡≡≡≡≡ DataType Expr Meta.ParseErrorˣ QuoteNode Symbol Operators ≡≡≡≡≡≡≡≡≡≡≡ : Stdlib ≡≡≡≡≡≡≡≡ Printf.@printf Printf.@sprintf Number ├─ MultiplicativeInverse │ ├─ SignedMultiplicativeInverse │ └─ UnsignedMultiplicativeInverse ├─ Complex └─ Real ├─ AbstractFloat │ ├─ BigFloat │ ├─ BFloat16 │ ├─ Float16 │ ├─ Float32 │ └─ Float64 ├─ AbstractIrrational │ └─ Irrational ├─ Integer │ ├─ Bool │ ├─ Signed │ │ ├─ BigInt │ │ ├─ Int128 │ │ ├─ Int16 │ │ ├─ Int32 │ │ ├─ Int64 │ │ └─ Int8 │ └─ Unsigned │ ├─ UInt128 │ ├─ UInt16 │ ├─ UInt32 │ ├─ UInt64 │ └─ UInt8 └─ Rational Vector Regex Complex Test Summary: | Pass Error Total Time REPLference.jl | 63 35 98 57.3s ERROR: LoadError: Some tests did not pass: 63 passed, 0 failed, 35 errored, 0 broken. in expression starting at /home/pkgeval/.julia/packages/REPLference/IKTHS/test/runtests.jl:6 Testing failed after 63.92s ERROR: LoadError: Package REPLference errored during testing Stacktrace: [1] pkgerror(msg::String) @ Pkg.Types /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Types.jl:68 [2] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, julia_args::Cmd, test_args::Cmd, test_fn::Nothing, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool) @ Pkg.Operations /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2124 [3] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/Operations.jl:2007 [inlined] [4] test(ctx::Pkg.Types.Context, pkgs::Vector{Pkg.Types.PackageSpec}; coverage::Bool, test_fn::Nothing, julia_args::Cmd, test_args::Cmd, force_latest_compatible_version::Bool, allow_earlier_backwards_compatible_versions::Bool, allow_reresolve::Bool, kwargs::@Kwargs{io::IOContext{IO}}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:481 [5] test(pkgs::Vector{Pkg.Types.PackageSpec}; io::IOContext{IO}, kwargs::@Kwargs{julia_args::Cmd}) @ Pkg.API /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:159 [6] test @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:147 [inlined] [7] #test#74 @ /opt/julia/share/julia/stdlib/v1.11/Pkg/src/API.jl:146 [inlined] [8] top-level scope @ /PkgEval.jl/scripts/evaluate.jl:219 in expression starting at /PkgEval.jl/scripts/evaluate.jl:210 PkgEval failed after 99.5s: package tests unexpectedly errored