Index
public struct Index: Fn
The index function returns a valid ref for the given index name
-
Declaration
Swift
public init(_ name: String, scope: Expr? = nil)Parameters
nameThe index name.
scopeThe scope database.
Index Struct Reference