Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 17 Sep 17:38

Added

  • [DuckTyped] instance methods on structs. The receiver is passed by reference, so mutations reach the caller's value.
  • private, protected and private protected [DuckTyped] methods.
  • Interface members returning by ref or ref readonly (methods, properties and indexers) can be adapted if the matching member returns the same type by reference.