mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
CoordinateValue
mir
ndslice
slice
Combination of coordinate(s) and value.
struct
CoordinateValue (
T
size_t
N
= 1
) {
size_t
[
N
]
index
;
T
value
;
int
opCmp
(typeof(this) rht);
}
Members
Functions
opCmp
int
opCmp
(typeof(this) rht)
Variables
index
size_t
[
N
]
index
;
value
T
value
;
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
Combination of coordinate(s) and value.