Проверка шаблона шины для iOS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

section-generated-pipe-toggle 196B

10 months ago
12345678910111213
  1. ctrl.%PIPE%(
  2. dbg: "%SHORT_SRC%",
  3. sub: %SUB%,
  4. %SRC%.eraseToAnyPublisher(),
  5. { $0.%NAME% = true },
  6. { $0.%NAME% = false }
  7. )