Giter Club home page Giter Club logo

Comments (7)

peter-majeed avatar peter-majeed commented on July 1, 2024 1

@DavidArno thanks for pushing this forward! I put together the markup for the documentation of the Union.Value<TResult> method. Let me know if I can help out with anything else there.


Imperative Use

As an alternative to using a union in a functional style, its value can be directly accessed by more traditional, imperative style C# code. One method and three read-only properties are provided for this purpose:

Value

public TResult Value<TResult>()

Returns the value of the union directly. If the value of the union is not of the TResult type, an InvalidOperationException will be thrown.

Case

public Variant Case { get; }

Returns Variant.Case1 if the value is of T1 or Variant.Case2 if the value is of T2.

Case1

public T1 Case1 { get; }

If Case is Variant.Case1, this will return the value held by the union. Otherwise an InvalidOperationException will be thrown.

Case2

public T2 Case2 { get; }

If Case is Variant.Case2, this will return the value held by the union. Otherwise an InvalidOperationException will be thrown.

from succinct.

peter-majeed avatar peter-majeed commented on July 1, 2024 1

@DavidArno is there any way we can help with any of the remaining tasks? We're trying to use the Case<> method sooner rather than later, but we'd rather not fork the repo in our private nuget feed.

from succinct.

Odonno avatar Odonno commented on July 1, 2024 1

Yes. Count me in if you want help to complete this release. Not sure if I can really be helpful but we can discuss about it together.

from succinct.

DavidArno avatar DavidArno commented on July 1, 2024 1

@peter-majeed & @Odonno,

My apologies for the huge delay. I have been tied up in a major house renovation for the last few months and will continue to be tied up until the end of March. As such, I've not really been able to devote any time to SuccincT. However, checking things, I realised that all that was holding up the release was documenting the cons pattern matching. So I've decided to leave that unfinished and release v3.1. It should appear on the nuget server in the next hour or so.

Once again, apologies for the delays.

from succinct.

DavidArno avatar DavidArno commented on July 1, 2024 1

Oh and thanks to you both for your offers of help. Knowing that people cared that much spurred me on to putting a bit of effort in to getting v3.1 out. Thanks, both.

from succinct.

peter-majeed avatar peter-majeed commented on July 1, 2024 1

No problem, @DavidArno, things look good here!

from succinct.

Odonno avatar Odonno commented on July 1, 2024

@DavidArno I hope you're fine. Can we plan a release date for 4.0?

from succinct.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.