You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It doesn't list any extensions, but it would be useful for it to explicitly list DoublePointer et al. Currently there doesn't seem to be any way to discover those extensions.
In addition, it would be even better if it could actually list the extension members themselves. For example, Pointer could include the various value, operator [], etc, members that are defined on each extension.
The text was updated successfully, but these errors were encountered:
It would be neat if specialized extensions appeared on the extended type as well. For example, consider dart:ffi's Pointer:
https://api.dartlang.org/stable/2.6.1/dart-ffi/Pointer-class.html
It doesn't list any extensions, but it would be useful for it to explicitly list DoublePointer et al. Currently there doesn't seem to be any way to discover those extensions.
In addition, it would be even better if it could actually list the extension members themselves. For example, Pointer could include the various
value
,operator []
, etc, members that are defined on each extension.The text was updated successfully, but these errors were encountered: