Genie.Util.expand_nullable — Function.expand_nullable{T}(value::Nullable{T}, default::T) :: TReturns value if it is not null - otherwise default.
Genie.Util.file_name_without_extension — Function.file_name_without_extension(file_name, extension = ".jl") :: StringRemoves the file extension extension from file_name.
Genie.Util.walk_dir — Function.function walk_dir(dir, paths = String[]; only_extensions = ["jl"], only_files = true, only_dirs = false) :: Vector{String}Recursively walks dir and produces non directories. If only_files, directories will be skipped. If only_dirs, files will be skipped.