Slink.find

Linear search down the list looking for element

param: element to look for

struct Slink(V, K = KeyDummy, bool Identity = false, bool HashCache = false)
final
find

Return Value

Type: Ref

the cell containing element, or null if no such

Meta