For example, I find this on line 518 of base/sort.jl 
(/usr/local/Cellar/julia/HEAD/share/julia/base/sort.jl on homebrew julia)

5 ## fast clever sorting for floats ##
516
517 module Float
518 using ..Sort
519 using ...Order



On Wednesday, September 23, 2015 at 4:30:01 PM UTC-7, ele...@gmail.com 
wrote:
>
> for -> 
> http://docs.julialang.org/en/release-0.4/manual/functions/?highlight=anonymous#anonymous-functions
>
> Can you point to the context where the .. is used.
>
> Cheers
> Lex
>
> On Thursday, September 24, 2015 at 8:32:57 AM UTC+10, Alex Copeland wrote:
>>
>>
>>
>> Hi,
>>
>> Can someone point me to the documentation for '..'  and '->'  as in 
>>  'include ..Sort'  and x -> x[2] . I've dug around in the source and in 
>> readthedocs but patterns like this are the devil to search for unless they 
>> have a text alias (that you happen to know). 
>>
>> Thanks,
>> Alex
>>
>

Reply via email to