Skip to content

JuliaAttic/Nullables.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nullables

Travis CI 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.