Skip to content

Instantly share code, notes, and snippets.

@Hadevs
Created February 3, 2022 16:57
Show Gist options
  • Save Hadevs/2d3b5185bfcdaf21dcb5e0673c956d0c to your computer and use it in GitHub Desktop.
Save Hadevs/2d3b5185bfcdaf21dcb5e0673c956d0c to your computer and use it in GitHub Desktop.
typealias VoidClosure = () -> Void // Пустое замыкание
typealias ItemClosure<T> = (T) -> Void // Замыкание с аргументом любого типа
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment