Skip to content

Commit 350dfae

Browse files
GeraldJansenwilzbach
authored andcommitted
Update Areas of Usage
Remove link to std.experimental.ndslice.
1 parent 1ca1706 commit 350dfae

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

areas-of-d-usage.dd

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ $(AREA_SECTION3 $(LNAME2 numerical, Numerical computing), $(ARTICLE_FA_ICON calc
185185
Additionally, due to its compile-time introspection capabilities, D enables
186186
further optimizations for superior performance. See Andrei's talk
187187
$(HTTPS www.youtube.com/watch?v=AxnotgLql0k, Fastware) on this topic.
188-
189-
D's standard library includes support for $(LINK2 $(ROOT_DIR)phobos/std_experimental_ndslice.html, multidimensional arrays),
190-
with supplemental third-party libraries such as $(HTTPS github.com/libmir/mir, mir).
188+
There is excellent support for multidimensional arrays with third-party libraries
189+
such as $(HTTPS github.com/libmir/mir-algorithm, mir).
191190
)
192191

193192
$(AREA_SECTION3 $(LNAME2 gpu, GPU Programming), $(ARTICLE_FA_ICON flash),

0 commit comments

Comments
 (0)