View source code
Display the source code in rt/aApplyR.d from which this page was generated on github.
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 local clone.

Module 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.

Functions

NameDescription
_aApplyRcw1(aa, dg)
_aApplyRcw2(aa, dg)
_aApplyRdc1(aa, dg)
_aApplyRdc2(aa, dg)
_aApplyRdw1(aa, dg)
_aApplyRdw2(aa, dg)
_aApplyRwc1(aa, dg)
_aApplyRwc2(aa, dg)
_aApplyRwd1(aa, dg)
_aApplyRwd2(aa, dg)

Aliases

NameTypeDescription
dg2_t int delegate(void*, void*)
dg_t int delegate(void*)

Authors

Walter Bright, Sean Kelly

License

Boost License 1.0.