VFSRange.Items

Type used to store the items.

struct VFSRange(T)
alias Items = RedBlackTree!(T, compare, false)

Meta