mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
RepeatField
mir
ndslice
field
RepeatField
is used by
repeat
.
@
optmath
struct
RepeatField (
T
) {
import
std
.
traits
:
Unqual
;
;
alias
UT
=
Unqual
!
T
;
@
optmath
UT
_value
;
auto
lightConst
();
auto
lightImmutable
();
T
opIndex
(ptrdiff_t );
}
Members
Aliases
UT
alias
UT
=
Unqual
!
T
Undocumented in source.
Functions
lightConst
auto
lightConst
()
lightImmutable
auto
lightImmutable
()
opIndex
T
opIndex
(ptrdiff_t )
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_value
UT
_value
;
Meta
Source
See Implementation
mir
ndslice
field
enums
hasZeroShiftFieldMember
functions
BitField__map
MapField__map
_mapField
_vmapField
applyAssumeZeroShift
structs
BitField
BitpackField
CycleField
LinspaceField
MagicField
MapField
OrthogonalReduceField
RepeatField
SparseField
VmapField
ZipField
ndIotaField
templates
ZeroShiftField
RepeatField is used by repeat.