R/HashTable.R

Defines functions HashTable

#' @importFrom methods new
HashTable = function(keys=character(0), vals=numeric(0)) {
  new("Rcpp_HashTable", keys, vals)
}

Try the sourceR package in your browser

Any scripts or data that you put into this service are public.

sourceR documentation built on Aug. 31, 2020, 5:06 p.m.