just: Create a 'Just' variant of a maybe value

View source: R/maybe.R

justR 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")

maybe documentation built on Aug. 7, 2023, 5:11 p.m.