On Sunday, 25 December 2016 at 19:22:10 UTC, aliak wrote:
Hey,

So, been using the programming language swift for a while now, the optional types[1] they support makes working with maybe-type (ala haskell) values extremely pleasant.

[...]

Well there is one easy way to do this.
pass a pointer to the data.
Another easy one is the definition of one invalid set of values and using that is initial value and for convenience overload opCast(T:bool) to check against that instance.

Reply via email to