src/Loops.jl

changeset 37
f8be66557e0f
parent 35
d881275c6564
equal deleted inserted replaced
36:6dfa8001eed2 37:f8be66557e0f
98 98
99 ########################################## 99 ##########################################
100 # Looping over indices and transformation 100 # Looping over indices and transformation
101 ########################################## 101 ##########################################
102 102
103 Box{N, T} = NTuple{N, Tuple{T, T}} 103 const Box{N, T} = NTuple{N, Tuple{T, T}}
104 struct Grid{R} end 104 struct Grid{R} end
105 105
106 """ 106 """
107 `@Grid_str` 107 `@Grid_str`
108 108

mercurial