get

operator fun get(name: String): DittoCollection

Returns a DittoCollection with the provided name.

A collection name is valid if:

  • its length is less than 100

  • it is not empty

  • it does not contain the char '\0'

  • it does not begin with "$TS_"

Return

a DittoCollection.

Parameters

name

the name of the collection.