Tokens
public struct Tokens: Fn
Returns a native reference to tokens. This allows for example, paginate over all tokens in a database.
-
Declaration
Swift
public init(scope: Expr? = nil)Parameters
scopethe scope database.
Tokens Struct Reference