This Package contains some of the useful functions that I often use in my code. Having all of them in a separate package increases code reusability and make code more concise.
Add the package from REPL
]add https://github.com/biplab37/UsefulFunctions.jl
or using Pkg
import Pkg; Pkg.add(url="https://github.com/biplab37/UsefulFunctions.jl")
then start using it with
using UsefulFunctions