dud ~master (2021-08-18T15:25:26Z)
Dub
Repo
PreprocessKey
dud
pkgdescription
helper
Undocumented in source.
@
safe
template
PreprocessKey (
string
key
) {
import
std
.
algorithm
.
searching
:
endsWith
;
;
@
safe
static if
(
key.endsWith("_")
)
enum
PreprocessKey
;
@
safe
static if
(!(
key.endsWith("_")
))
enum
PreprocessKey
;
}
Members
Manifest constants
PreprocessKey
enum
PreprocessKey
;
Undocumented in source.
PreprocessKey
enum
PreprocessKey
;
Undocumented in source.
Meta
Source
See Implementation
dud
pkgdescription
helper
functions
pkgCompare
templates
PreprocessKey
isMem