mir-algorithm ~master (2021-09-24T13:11:04Z)
Dub
Repo
iota.iota
mir
ndslice
topology
iota
Slice
!(
IotaIterator
!
I
,
N
)
iota
(size_t[N] lengths, I start)
Slice
!(
StrideIterator
!(
IotaIterator
!
I
),
N
)
iota
(size_t[N] lengths, I start, size_t stride)
template
iota
(I)
@
optmath
Slice
!(
StrideIterator
!(
IotaIterator
!
I
),
N
)
iota
(
size_t
N
)
(
size_t
[
N
]
lengths
,
I
start
,
size_t
stride
)
if
(
__traits(
isIntegral
,
I
)
)
if
(
__traits(
isIntegral
,
I
)
)
Meta
Source
See Implementation
mir
ndslice
topology
iota
functions
iota