This FAQ entry may answer the question: http://docs.julialang.org/en/latest/manual/faq/#nothingness-and-missing-values
If not, maybe we can expand it or clarify whatever's not clear. On Fri, May 23, 2014 at 2:40 PM, Dom Luna <[email protected]> wrote: > I just have general curiosity about the Nothing type, is there anything > one should particularly know about it? Is it similar to a None type that > one would typically find in pattern matching, ex. an Option type where it > can be either Something or None, etc. > > I feel like Nothing and patterns for its use aren't well documented to > this point. > > Dom >
