Tag.opApply

foreach for Tag param

  1. int opApply(int delegate(ref Tag) operations)
    class Tag
    int
    opApply
    (
    int delegate
    (
    ref Tag
    )
    operations
    )
  2. int opApply(int delegate(ref size_t, ref Tag) operations)
  3. int opApply(int delegate(ref string, ref Tag) operations)

Meta