add method

$R add(
  1. $T v
)

Implementation

$R add($T v) => addAll([v]);