Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions changelog.dd
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@ $(LI $(LNAME2 slice_ptr, `ptr` property and public constructor were added to
`ptr` property is used in $(LINK2 https://github.com/libmir/mir, Mir)
for $(LINK2 http://docs.mir.dlang.io/latest/mir_sparse_package.html, sparse tensors).
`ndslice` developer mirror in Mir will be removed as
soon as LDC (LLVM D compiler) supports D version 2.072..
soon as LDC (LLVM D compiler) supports D version 2.072.
)
$(P Public constructor for `Slice` was added to support
$(MREF std,experimental,ndslice) integration
with other languages and libraries such as Julia language and NumPy library.
)
)

$(LI $(LNAME2 slice_toHash, $(P $(REF .Slice.toHash, std,experimental,ndslice,slice) method was added.)
$(LI $(LNAME2 slice_toHash, $(P $(REF Slice.toHash, std,experimental,ndslice,slice) method was added.)
---
import std.experimental.ndslice;

Expand Down