Macro construct_indicator

Source
macro_rules! construct_indicator {
    ( $s:ident, $p:ident, $t:ident, $( $x:tt ), * ) => { ... };
}