The Feature of a Module If the Modules does not contain a feature then a false is returned
// The obtainFeature of a module import tagion.behaviour.BehaviourUnittest; static assert(obtainFeature!(tagion.behaviour.BehaviourUnittest) == Feature( "Some awesome feature should print some cash out of the blue", null)); static assert(!obtainFeature!(tagion.behaviour.BehaviourFeature));