Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RcppCore/Rcpp
/ pairlist
Function
pairlist
inst/include/Rcpp/grow.h:30–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
namespace Rcpp {
29
30
inline SEXP pairlist() {
31
return R_NilValue ;
32
}
33
34
inline SEXP grow( SEXP head, SEXP tail ) {
35
Shield<SEXP> x( head ) ;
Callers
4
operator()
Function · 0.85
DottedPair.h
File · 0.85
Pairlist_Impl
Function · 0.85
replace
Method · 0.85
Calls
1
grow
Function · 0.85
Tested by
no test coverage detected