BaseUtilities.jl

This is a small collection of things that I'm missing in Base or that I consider "basic" ... some of them may have become available since.

Installation

julia> using Pkg
julia> Pkg.Registry.add("https://visual2.cs.ovgu.de/roessl/VCJuliaRegistry.git")
julia> Pkg.add("BaseUtilities")
julia> using BaseUtilities