Exemple #1
0
	static yconstfn _tTo
	cast(_tFrom x)
	{
		return _tTo(x);
	}
Exemple #2
0
	static yconstfn _tTo
	cast(_tFrom v)
	{
		return _tTo(v);
	}