several times I need to write a block with type
() -> Void or () -> ()
() -> Void
() -> ()
now if the block is null it becomes
(() -> Void)?
which is not very readable.
Is there a standard type that I can use to create a custom one typealias?
typealias
No one has answered this question yet.
See related questions:
Source: https://habr.com/ru/post/1611503/More articles:Strange transactional interaction between insertion and deletion - postgresqlrails_admin - how to sort by user fields as a list - ruby-on-rails-4Application Error in Meteor React.js Tutorial Part 2 - reactjsC ++ using struct arguments for functions instead of multiple arguments? - c ++laptop hanging on pyplot.show () - pythonSelectize.js: add category label to selection - javascriptColor error with OpenGL texture formats - c ++Использование "списка" в аргументе data.table j - rSome questions about flash drive sessions - pythonCancel the node-scheduling of the event after its installation - node.jsAll Articles