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
extensionPointerInt8onPointer<Int8> {
/// Load a Dart value from this location. /// /// The value is automatically unmarshalled from its native representation. /// /// Note that [address] needs to be aligned the size of [Int8].intget val =>_loadInt8(this);
// ...
}
This comment refers to address, which is a member of Pointer/this.
Will (or does) dartdoc understand this?
The text was updated successfully, but these errors were encountered:
Question about the state of supporting extension methods in dartdoc.
We are moving the
dart:ffi
to extension methods (dart-lang/sdk#37773).This comment refers to
address
, which is a member ofPointer
/this
.Will (or does) dartdoc understand this?
The text was updated successfully, but these errors were encountered: