Report a bug
		
				If you spot a problem with this page, click here to create a Bugzilla issue.
		
			Improve this page
		
			Quickly fork, edit online, and submit a pull request for this page.
			Requires a signed-in GitHub account. This works well for small changes.
			If you'd like to make larger changes you may want to consider using
			a local clone.
		
	rt.aApplyR
This code handles decoding UTF strings for foreach_reverse loops.  There are
 6 combinations of conversions between char, wchar, and dchar, and 2 of each
 of those.
License: 
Authors: 
Walter Bright, Sean Kelly
- aliasdg_t= int delegate(void*);
- int_aApplyRwd1(in wchar[]aa, dg_tdg);
- int_aApplyRcw1(in char[]aa, dg_tdg);
- int_aApplyRwc1(in wchar[]aa, dg_tdg);
- int_aApplyRdc1(in dchar[]aa, dg_tdg);
- int_aApplyRdw1(in dchar[]aa, dg_tdg);
- aliasdg2_t= int delegate(void*, void*);
- int_aApplyRwd2(in wchar[]aa, dg2_tdg);
- int_aApplyRcw2(in char[]aa, dg2_tdg);
- int_aApplyRwc2(in wchar[]aa, dg2_tdg);
- int_aApplyRdc2(in dchar[]aa, dg2_tdg);
- int_aApplyRdw2(in dchar[]aa, dg2_tdg);
Copyright © 1999-2022 by the D Language Foundation | Page generated by
Ddoc on (no date time)