@@ -902,74 +902,3 @@ julia> filter(!isalpha, str)
902902```
903903"""
904904! (f:: Function ) = (x... )-> ! f (x... )
905-
906- # some operators not defined yet
907- global // , > :, < | , hcat, hvcat, ⋅ , × , ∈ , ∉ , ∋ , ∌ , ⊆ , ⊈ , ⊊ , ∩ , ∪ , √ , ∛
908-
909- this_module = @__MODULE__
910- baremodule Operators
911-
912- export
913- ! ,
914- != ,
915- != = ,
916- === ,
917- xor,
918- % ,
919- ÷ ,
920- & ,
921- * ,
922- + ,
923- - ,
924- / ,
925- // ,
926- < ,
927- < :,
928- > :,
929- << ,
930- <= ,
931- == ,
932- > ,
933- >= ,
934- ≥ ,
935- ≤ ,
936- ≠ ,
937- >> ,
938- >>> ,
939- \ ,
940- ^ ,
941- | ,
942- |> ,
943- < | ,
944- ~ ,
945- ⋅ ,
946- × ,
947- ∈ ,
948- ∉ ,
949- ∋ ,
950- ∌ ,
951- ⊆ ,
952- ⊈ ,
953- ⊊ ,
954- ∩ ,
955- ∪ ,
956- √ ,
957- ∛ ,
958- ⊻ ,
959- ∘ ,
960- colon,
961- hcat,
962- vcat,
963- hvcat,
964- getindex,
965- setindex!,
966- transpose,
967- ctranspose
968-
969- import .. this_module: ! , != , xor, % , ÷ , & , * , + , - ,
970- / , // , < , < :, << , <= , == , > , >= , >> , >>> ,
971- < | , |> , \ , ^ , | , ~ , != = , === , > :, colon, hcat, vcat, hvcat, getindex, setindex!,
972- transpose, ctranspose,
973- ≥ , ≤ , ≠ , ⋅ , × , ∈ , ∉ , ∋ , ∌ , ⊆ , ⊈ , ⊊ , ∩ , ∪ , √ , ∛ , ⊻ , ∘
974-
975- end
0 commit comments