mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Structure
mir
ndslice
slice
Presents
.Slice.structure
.
struct
Structure (
size_t
N
) {
size_t
[
N
]
lengths
;
sizediff_t
[
N
]
strides
;
}
Members
Variables
lengths
size_t
[
N
]
lengths
;
strides
sizediff_t
[
N
]
strides
;
Meta
Source
See Implementation
mir
ndslice
slice
aliases
Canonical
ConstOfUnqualOfPointerTarget
Contiguous
ImmutableOfUnqualOfPointerTarget
IteratorOf
LightConstOfLightScopeOf
LightImmutableOfLightConstOf
Slice
SliceKind
Universal
enums
isConvertibleToSlice
isSlice
kindOf
mir_slice_kind
functions
ndassign
sliced
slicedField
slicedNdField
toSlice
structs
CoordinateValue
Structure
mir_slice
templates
allLightScope
hasAsSlice
toSlices
Presents .Slice.structure.