mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
Triplet
mir
ndslice
iterator
Element type of
TripletIterator
.
@
optmath
struct
Triplet (
Iterator
SliceKind
kind
=
Contiguous
) {
@
optmath
size_t
_iterator
;
@
optmath
Slice
!(
Iterator
,
1
,
kind
)
_slice
;
auto
lightConst
();
auto
lightImmutable
();
auto ref
center
[@property getter];
Slice
!(
Iterator
,
1
,
kind
)
left
[@property getter];
Slice
!(
Iterator
,
1
,
kind
)
right
[@property getter];
}
Members
Functions
lightConst
auto
lightConst
()
lightImmutable
auto
lightImmutable
()
Properties
center
auto ref
center
[@property getter]
left
Slice
!(
Iterator
,
1
,
kind
)
left
[@property getter]
right
Slice
!(
Iterator
,
1
,
kind
)
right
[@property getter]
Variables
_iterator
size_t
_iterator
;
_slice
Slice
!(
Iterator
,
1
,
kind
)
_slice
;
Meta
Source
See Implementation
mir
ndslice
iterator
functions
FieldIterator__map
FlattenedIterator__map
IndexIterator__map
MapIterator__map
RetroIterator__map
SlideIterator__map
StrideIterator__map
_mapIterator
_vmapIterator
manifest constants
std_ops
structs
BytegroupIterator
CachedIterator
ChopIterator
FieldIterator
FlattenedIterator
IndexIterator
IotaIterator
MapIterator
MemberIterator
NeighboursIterator
RetroIterator
SliceIterator
SlideIterator
StairsIterator
StrideIterator
SubSliceIterator
Triplet
TripletIterator
VmapIterator
ZipIterator
templates
_zip_fronts
_zip_index
_zip_types
Element type of TripletIterator.