tagion v1.0.3-rc1 (2023-12-18T15:15:15Z)
Dub
Repo
hasActions
tagion
behaviour
BehaviourFeature
@
safe
template
hasActions (
alias
T
)
if
(
isCallable
!
T
) {
alias
hasProperty
=
ApplyLeft
!(
hasOneMemberUDA
,
T
)
;
@
safe
enum
hasActions
;
}
Members
Aliases
hasProperty
alias
hasProperty
=
ApplyLeft
!(
hasOneMemberUDA
,
T
)
Undocumented in source.
Manifest constants
hasActions
enum
hasActions
;
Undocumented in source.
Return Value
true if the alias T is an Action
Meta
Source
See Implementation
tagion
behaviour
BehaviourFeature
aliases
ActionProperties
MandatoryActionProperties
enums
hasProperty
isActionGroup
isDescriptor
isInfo
isScenario
manifest constants
feature_name
mixin templates
Property
structs
ActionGroup
But
Feature
FeatureGroup
Given
Info
Scenario
ScenarioGroup
Then
When
templates
Scenarios
_Scenarios
getActions
getAllActions
getAllCallables
getMethod
getProperty
getScenario
hasActions
isFeature
obtainFeature