Searched refs:substInoutForm (Results 1 – 1 of 1) sorted by relevance
102 private template substInoutForm(T) in substInoutForm() function106 alias substInoutForm = T; // prevent matching to the form of alias-this-ed type in substInoutForm() local108 else static if (is(T : V[K], K, V)) alias substInoutForm = substInout!V[substInout!K]; in substInoutForm() local109 else static if (is(T : U[n], U, size_t n)) alias substInoutForm = substInout!U[n]; in substInoutForm() local110 else static if (is(T : U[], U)) alias substInoutForm = substInout!U[]; in substInoutForm() local111 else static if (is(T : U*, U)) alias substInoutForm = substInout!U*; in substInoutForm() local112 else alias substInoutForm = T; in substInoutForm() local