TTree.contains

struct TTree(T, Allocator = Mallocator, bool allowDuplicates = false, alias less = "a < b", bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
const
bool
contains
()

Return Value

Type: bool

true if the tree _conains the given value

Meta