class FDB::Subspace
def unpack(key)
def unpack(key) raise ArgumentError, 'Cannot unpack key that is not in subspace.' if not contains? key FDB::Tuple.unpack(key[@raw_prefix.length..-1]) end
def unpack(key) raise ArgumentError, 'Cannot unpack key that is not in subspace.' if not contains? key FDB::Tuple.unpack(key[@raw_prefix.length..-1]) end