JuliaArchive/Nullables.jl

Name: Nullables.jl

Owner: JuliaArchive

Description: Nullable type for Julia > 0.6

Created: 2017-09-10 20:13:27.0

Updated: 2018-03-28 07:50:29.0

Pushed: 2018-03-28 07:52:27.0

Homepage:

Size: 19

Language: Julia

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Nullables

Travis CI AppVeyor coveralls.io codecov.io

This package provides the Nullable type from Julia 0.6, which was removed in subsequent versions. It also defines the unsafe_get and isnull functions, and all methods previously implemented in Julia Base: get, eltype, convert, promote, show, map, broadcast, filter, isequal, isless and hash.

The definitions of the above types and functions are conditional on the version of Julia being used so that you can do using Nullables unconditionally and be guaranteed that Nullable will behave as it did in Julia 0.6 in later releases.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.