powered by
"print"(x, ...)
This version is an alias of mongo.oid.print() so that print() will properly handle the mongo.oid class.
mongo.oid.print()
print()
mongo.oid.print
mongo.oid.to.string
oid <- mongo.oid.create() # all display the same thing print.mongo.oid(oid) mongo.oid.print(oid) print(oid)
Run the code above in your browser using DataLab