dxml ~master (2020-06-07T01:43:48Z)
Dub
Repo
EntityRange.SliceOfR
dxml
parser
EntityRange
Undocumented in source.
alias
SliceOfR
=
R
alias
SliceOfR
=
typeof
(
takeExactly
(
R
.
init
,
42
))
struct
EntityRange
(Config cfg, R)
static if
(!(
isDynamicArray!R || hasSlicing!R
))
alias
SliceOfR
=
typeof
(
takeExactly
(
R.init
, 42))
Meta
Source
See Implementation
dxml
parser
EntityRange
aliases
Input
SliceOfR
config
functions
popFront
takeNone
manifest constants
compileInTests
properties
empty
front
save
structs
Entity