Skip to content

5.1.0

  • 5.1.0
  • 102e78c
  • Verified

    This tag was signed with the committer’s verified signature. The key has expired.
    mtth Matthieu Monsch
  • Choose a tag to compare

  • 5.1.0
  • 102e78c
  • Choose a tag to compare

  • Verified

    This tag was signed with the committer’s verified signature. The key has expired.
    mtth Matthieu Monsch
@mtth mtth tagged this 23 Nov 01:44
For example, this will allow resolving...

  record { int foo; }

...directly into...

  record {
    int foo;
    long @aliases(["foo"]) fooAsLong;
    double @aliases(["foo"]) fooAsDouble;
  }
Assets 2
Loading