// // Copyright (c) 2010, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 03 Feb 10 Brian Frank Creation // ** ** Facet is a mixin includes into every facet type. ** ** See `docLang::Facets` for details. ** const mixin Facet { }