spasm v0.2.0-beta.8 (2020-09-12T08:27:15Z)
Dub
Repo
indexOf.index
spasm
dom
indexOf
Undocumented in source.
enum
index
;
enum
index
;
template
indexOf
(alias Pred, args...)
@
safe
nothrow
static if
(
args.length > 0
)
static if
(!(
Pred!(args[0])
))
enum
index
=
(
next
== -
1
) ? -
1
:
1
+
next
;
enum
index
;
Meta
Source
See Source File
spasm
dom
indexOf
manifest constants
index
next