AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
Callable
To Subscribe, use this Key
speaker-mobile-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description Callable is a built-in Variant type that represents a function. It can either be a method within an Object instance, or …
Published
06/07/2024
Constructor Descriptions Callable Callable () Constructs an empty Callable , with no object nor method bound. Callable …
Published
06/07/2024
Method Descriptions Callable bind (...) vararg const Returns a copy of this Callable with one or more arguments bound. When …
Published
06/07/2024
Operator Descriptions bool operator != (right: Callable ) Returns true if both Callable s invoke different target…
Status
Last Update
Fields