flod ~master (2016-03-15T07:39:31Z)
Dub
Repo
MergeTagSpecs
flod
metadata
Undocumented in source.
template
MergeTagSpecs (
alias
NewSpec
tagSpecs
...
)
if
(
allSatisfy
!(
isTagSpec
,
NewSpec
,
tagSpecs
)
) {
alias
MergeTagSpecs
=
AliasSeq
!(
NewSpec
,
RemoveTagSpecByKey
!(
NewSpec
.
key
,
tagSpecs
))
;
}
Members
Aliases
MergeTagSpecs
alias
MergeTagSpecs
=
AliasSeq
!(
NewSpec
,
RemoveTagSpecByKey
!(
NewSpec
.
key
,
tagSpecs
))
Undocumented in source.
Meta
Source
See Implementation
flod
metadata
enums
TagOp
getTagAttributes
tagGetter
tagSetter
structs
Metadata
TagAttribute
templates
FilterTagAttributes
MergeTagSpecs
hasOp