DataTypesBasic.jl
  • Home
    • Installation
    • Manual Outline
    • Library Index
  • Manual
  • Library
Version
  • Home
  • Home
Edit on GitHub

DataTypesBasic.jl

This package defines julia implementations for the common types Option (aka Maybe), Either and Try, as well as one extra type ContextManager which mimics Python's with-ContextManager.

Installation

using Pkg
pkg"add DataTypesBasic"

Use it like

using DataTypesBasic

Manual Outline

  • Manual
    • Identity
    • Const
    • Option
    • Either
    • Try
    • ContextManager

Library Index

  • Public API
    • Identity
    • Const
    • Option
    • Either
    • Try
    • ContextManager
Manual »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 0.27.24 on Saturday 1 July 2023. Using Julia version 1.9.1.