The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
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
Contiguous
IteratorOf
Slice
SliceKind
Universal
enums
isConvertibleToSlice
isSlice
kindOf
mir_slice_kind
functions
ndassign
sliced
slicedField
slicedNdField
toSlice
structs
CoordinateValue
Structure
mir_slice
templates
hasAsSlice
toSlices
Combination of coordinate(s) and value.