MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / list_push_front

Function list_push_front

inst/tinytest/cpp/Vector.cpp:401–405  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

399
400// [[Rcpp::export]]
401List list_push_front( List list ){
402 list.push_front( 10 ) ;
403 list.push_front( "bar", "foo" ) ;
404 return list ;
405}
406
407// [[Rcpp::export]]
408List list_erase( List list ){

Callers

nothing calls this directly

Calls 1

push_frontMethod · 0.45

Tested by

no test coverage detected