inline: Inline shortcuts and aliases

Description Usage Arguments Functions Examples

Description

A collection of inline operators to simplify and make your code prettier.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
lhs %\n% rhs

lhs %<<% rhs

lhs %<<<% rhs

lhs %~% rhs

lhs %!~% rhs

lhs %or% rhs

lhs %inherits% rhs

lhs %is a% rhs

Arguments

lhs

left hand side

rhs

right hand side

Functions

Examples

1
2
3
4
5
6
7
"Hello" %\n% "world"
"Hello" %<<% "world"
"Hello" %<<<% "world"
.T(Hello, world)  %~% "world"
character(0) %or% "pick me"
NULL %or% "no pick me"
"Hello world" %inherits% "character"

halpo/short documentation built on July 18, 2019, 12:06 a.m.