R/fun_lib.R

do_nand <- function(a,b){
  return(
    !(a&b)
  )
}
daviddoret/haricot documentation built on May 21, 2019, 1:42 a.m.