Crate libdx

source ·

Macros§

  • Expands to repeat some code for each item in a provided list of values.
  • Like foreach!, but allows you to “iterate” over identifiers, running your logic on a &dyn T trait object for each one.
  • Praise Shepmaster https://stackoverflow.com/a/27582993/8149876

Functions§

Type Aliases§