Skip to contents

Print method for shard_shared_vector objects. Drops the wrapper class and delegates to the underlying R print method.

Usage

# S3 method for class 'shard_shared_vector'
print(x, ...)

Arguments

x

A shard_shared_vector.

...

Additional arguments passed to print.

Value

The input x, invisibly.