blob: c03fd99b00624ab58c97af4db2020a514bb91719 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/buffer.R
\name{buffer}
\alias{buffer}
\title{Create a Buffer}
\usage{
buffer(x)
}
\arguments{
\item{x}{R object. Only raw, numeric and integer vectors are currently supported}
}
\value{
an instance of \code{Buffer} that borrows memory from \code{x}
}
\description{
Create a Buffer
}
\seealso{
\link{Buffer}
}