(whitespace? arg)
  arg: a char or a str
  returns a bool
F

Returns #t if the given character or string is whitespace.

This is tested using char::is_whitespace. The empty string returns #t.

pad-end
contains?