just {maybe}R Documentation

Create a 'Just' variant of a maybe value

Description

Create a 'Just' variant of a maybe value

Usage

just(a)

Arguments

a

A value to wrap in a 'Just' container

Value

A 'Just' variant of a maybe value

Examples

just(1)
just("hello")

[Package maybe version 1.1.0 Index]