Searched refs:testRef (Results 1 – 2 of 2) sorted by relevance
156 static void testRef(ref int a, ref int b) in testRef() function171 testRef(Map!(refRetSquare, a, b));
150 static void testRef(ref int a, ref int b) in testRef() function156 testRef(Map!(function ref(ref i) => i *= i, a, b));