golem ~master (2021-09-25T16:54:00Z)
Dub
Repo
staticIndexOfImpl
golem
util
Undocumented in source.
package
template
staticIndexOfImpl (
alias
F
size_t
pos
Ts
...
) {
package
static if
(
Ts.length == 0
)
enum
staticIndexOfImpl
;
package
static if
(!(
Ts.length == 0
))
static if
(
F!(Ts[0])
)
enum
staticIndexOfImpl
;
package
static if
(!(
Ts.length == 0
))
static if
(!(
F!(Ts[0])
))
enum
staticIndexOfImpl
;
}
Members
Manifest constants
staticIndexOfImpl
enum
staticIndexOfImpl
;
Undocumented in source.
staticIndexOfImpl
enum
staticIndexOfImpl
;
Undocumented in source.
staticIndexOfImpl
enum
staticIndexOfImpl
;
Undocumented in source.
Meta
Source
See Implementation
golem
util
functions
bringToFront
elementSize
trimRightOneDims
templates
expandIndex
expandShape
staticIndexOf
staticIndexOfImpl