# Generated by roxygen2: do not edit by hand

S3method("[",chars)
S3method(c,chars)
S3method(chars,character)
S3method(chars,default)
S3method(format,chars)
S3method(head,chars)
S3method(intersect,chars)
S3method(print,chars)
S3method(rev,chars)
S3method(setdiff,chars)
S3method(sort,chars)
S3method(tail,chars)
S3method(union,chars)
S3method(unique,chars)
export(chars)
export(except)
export(intersect)
export(is_alnum)
export(is_letter)
export(is_number)
export(is_punct)
export(setdiff)
export(string)
export(union)
importFrom(generics,intersect)
importFrom(generics,setdiff)
importFrom(generics,union)
importFrom(utils,head)
importFrom(utils,tail)
