R/enc.R

Defines functions iencode64 idecode64

Documented in idecode64 iencode64

iencode64 <- function(x, min.length=1L) .Call(encode_, x, min.length)
idecode64 <- function(x) .Call(decode_, x)
s-u/morton documentation built on May 28, 2019, 10:48 a.m.