The OpenD Programming Language

IonSexp.opApply

  1. int opApply(int delegate(scope IonDescribedValue value) @(safe) pure @(nogc) dg)
  2. int opApply(int delegate(scope IonDescribedValue value) @(safe) @(nogc) dg)
  3. int opApply(int delegate(scope IonDescribedValue value) @(safe) pure dg)
  4. int opApply(int delegate(scope IonDescribedValue value) @(safe) dg)
  5. int opApply(int delegate(scope IonDescribedValue value) @(system) pure @(nogc) dg)
  6. int opApply(int delegate(scope IonDescribedValue value) @(system) @(nogc) dg)
  7. int opApply(int delegate(scope IonDescribedValue value) @(system) pure dg)
  8. int opApply(int delegate(scope IonDescribedValue value) @(system) dg)
  9. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure nothrow @(nogc) dg)
  10. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) nothrow @(nogc) dg)
  11. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure @(nogc) dg)
  12. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure nothrow dg)
  13. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) @(nogc) dg)
    struct IonSexp
    const @trusted @nogc scope
    int
    opApply
    (
    scope int delegate @safe @nogc dg
    )
  14. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) pure dg)
  15. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) nothrow dg)
  16. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(safe) dg)
  17. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure nothrow @(nogc) dg)
  18. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) nothrow @(nogc) dg)
  19. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure @(nogc) dg)
  20. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure nothrow dg)
  21. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) @(nogc) dg)
  22. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) pure dg)
  23. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) nothrow dg)
  24. int opApply(int delegate(IonErrorCode error, scope IonDescribedValue value) @(system) dg)
  25. int opApply(Dg dg)
  26. int opApply(Dg dg)

Meta